Await changePassword on register page
This commit is contained in:
parent
f6c5484d1b
commit
b3b73e9874
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export function RegisterPage() {
|
|||
setRegistering(true);
|
||||
|
||||
if (isPasswordlessUser) {
|
||||
changePassword(password);
|
||||
await changePassword(password);
|
||||
} else {
|
||||
const recaptchaResponse = await execute();
|
||||
await register(userName, password, recaptchaResponse);
|
||||
|
|
Loading…
Reference in a new issue