This commit is contained in:
parent
59c41711e3
commit
ecbb83315f
|
|
@ -103,7 +103,7 @@ export function MixSignUp(props: {
|
|||
await service.post('/api/v1/customer/uregister', {
|
||||
user_name: username,
|
||||
Referral: "Referral",
|
||||
password: md5(passwordValue),
|
||||
password: md5(password),
|
||||
}).then(function (result: any) {
|
||||
setIsLoading(false);
|
||||
console.log("result:", result)
|
||||
|
|
|
|||
Loading…
Reference in New Issue