Changeset 17abe5e for client_app/src/repository
- Timestamp:
- 01/10/21 19:51:23 (4 years ago)
- Branches:
- master
- Children:
- 6f9b7b0
- Parents:
- a3d2b0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client_app/src/repository/login_repo.js
ra3d2b0d r17abe5e 2 2 3 3 const UserLogin = { 4 login: ( username, password, type) => {4 login: (email, password, type) => { 5 5 return axios.post("/login", { 6 " account": username,6 "email": email, 7 7 "password": password, 8 8 "type": type
Note:
See TracChangeset
for help on using the changeset viewer.