Ignore:
Timestamp:
06/23/22 00:08:35 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
ace7865
Parents:
285c3cc
Message:

Roulette place a bet functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • components/LoginScreen.jsx

    r285c3cc r9bd09b0  
    7777        axios.post(`/api/postgre`, {
    7878            action: 'login',
    79             username: styleState.style.loginScreenInfo.username,
    80             password: styleState.style.loginScreenInfo.password,
     79            username: 'drama',
     80            password: 'drama'
     81            // username: styleState.style.loginScreenInfo.username,
     82            // password: styleState.style.loginScreenInfo.password,
    8183        })
    8284            .then(res => {
Note: See TracChangeset for help on using the changeset viewer.