Changeset b13f93b for components/LoginScreen.jsx
- Timestamp:
- 07/03/22 22:59:15 (2 years ago)
- Branches:
- main
- Children:
- 3a783f2
- Parents:
- ace7865
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
components/LoginScreen.jsx
race7865 rb13f93b 77 77 axios.post(`/api/postgre`, { 78 78 action: 'login', 79 // username: 'drama',80 // password: 'drama'81 79 username: styleState.style.loginScreenInfo.username, 82 80 password: styleState.style.loginScreenInfo.password,
Note:
See TracChangeset
for help on using the changeset viewer.