Ignore:
Timestamp:
01/10/21 19:51:23 (3 years ago)
Author:
i-ina <76742075+i-ina@…>
Branches:
master
Children:
6f9b7b0
Parents:
a3d2b0d
Message:

react components for details and bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client_app/src/repository/login_repo.js

    ra3d2b0d r17abe5e  
    22
    33const UserLogin = {
    4     login: (username, password, type) => {
     4    login: (email, password, type) => {
    55        return axios.post("/login", {
    6             "account": username,
     6            "email": email,
    77            "password": password,
    88            "type": type
Note: See TracChangeset for help on using the changeset viewer.