Ignore:
Timestamp:
07/16/22 21:31:18 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
e903234
Parents:
55701f0
Message:

Now you need to activate your account via email & also added mail sending after server crash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pages/api/blackjack/gameStates.js

    r55701f0 re007fcd  
    1414export let game = {
    1515  credits: -1,
     16  username: '',
     17  displayName: '',
    1618  deck: [...deck],
    1719  status: '_1_room_created',      // statuses: _1_room_created, _2_made_initial_bet, _3_made_side_bet, _4_cards_on_the_table, _5_game_over
Note: See TracChangeset for help on using the changeset viewer.