This commit is contained in:
parent
86292da531
commit
fa76cf38dd
|
|
@ -103,8 +103,8 @@ export function MixSignUp(props: {
|
|||
|
||||
try {
|
||||
await service.post('/api/v1/common/auth-code', {
|
||||
user_name: email,
|
||||
email: email,
|
||||
user_name: username,
|
||||
email: username,
|
||||
|
||||
}).then(function (result: any) {
|
||||
setIsLoading(false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue