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