Ignore:
Timestamp:
06/25/22 11:30:19 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
b13f93b
Parents:
9bd09b0
Message:

Finished Roulette

File:
1 edited

Legend:

Unmodified
Added
Removed
  • components/LoginScreen.jsx

    r9bd09b0 race7865  
    7777        axios.post(`/api/postgre`, {
    7878            action: 'login',
    79             username: 'drama',
    80             password: 'drama'
    81             // username: styleState.style.loginScreenInfo.username,
    82             // password: styleState.style.loginScreenInfo.password,
     79            // username: 'drama',
     80            // password: 'drama'
     81            username: styleState.style.loginScreenInfo.username,
     82            password: styleState.style.loginScreenInfo.password,
    8383        })
    8484            .then(res => {
    8585                if (res.data?.success) {
    8686                    localStorage.CAESSINO_SESSION_ID = res.data?.session?.id;
    87                     dispatch(setStyle({
    88                         ...styleState.style,
    89                         displayLoginScreen: false,
    90                     }));
    9187
    9288                    dispatch(setPlayer({
     
    111107                            status: 'success',
    112108                        },
     109                        inlineAlertText: '',
    113110                    }));
    114111                }
Note: See TracChangeset for help on using the changeset viewer.