This commit is contained in:
parent
237fa4902c
commit
6db3903dee
|
|
@ -101,8 +101,8 @@ export function MixSignUp(props: {
|
|||
setIsLoading(true)
|
||||
|
||||
await service.post('/api/v1/customer/uregister', {
|
||||
user_name: emailValue,
|
||||
email: emailValue,
|
||||
user_name: username,
|
||||
Referral: "Referral",
|
||||
password: md5(passwordValue),
|
||||
}).then(function (result: any) {
|
||||
setIsLoading(false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue