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
  • components/blackjack/BlackjackHeader.jsx

    r55701f0 re007fcd  
    6060                    axios.get(`/api/blackjack?action=update_state&session_id=${localStorage.CAESSINO_SESSION_ID}`).then(newRes => {
    6161                        if (newRes.data?.success) {
     62                            console.log(newRes.data);
     63
    6264                            dispatch(setBlackjackGame(newRes.data?.blackjackGame))
    6365
Note: See TracChangeset for help on using the changeset viewer.