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