This commit is contained in:
parent
8af6b70b7e
commit
49aae581b8
|
|
@ -54,7 +54,7 @@ export function MixSignIn(props: {
|
|||
setIsLoading(true);
|
||||
|
||||
await service.post('/api/v1/customer/login', {
|
||||
user_name: email,
|
||||
user_name: user,
|
||||
password: md5(password),
|
||||
|
||||
}).then(function (result: any) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue