Changeset 9bd09b0 for components/LoginScreen.jsx
- Timestamp:
- 06/23/22 00:08:35 (2 years ago)
- Branches:
- main
- Children:
- ace7865
- Parents:
- 285c3cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
components/LoginScreen.jsx
r285c3cc r9bd09b0 77 77 axios.post(`/api/postgre`, { 78 78 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, 81 83 }) 82 84 .then(res => {
Note:
See TracChangeset
for help on using the changeset viewer.