fix(frontend): パスキーでパスワードレスログインが出来ない問題を修正 (#15370)
This commit is contained in:
parent
cb48853334
commit
5840c7a945
|
@ -140,6 +140,7 @@ function onPasskeyDone(credential: AuthenticationPublicKeyCredential): void {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
emit('login', res.signinResponse);
|
emit('login', res.signinResponse);
|
||||||
|
onLoginSucceeded(res.signinResponse);
|
||||||
}).catch(onSigninApiError);
|
}).catch(onSigninApiError);
|
||||||
} else if (userInfo.value != null) {
|
} else if (userInfo.value != null) {
|
||||||
tryLogin({
|
tryLogin({
|
||||||
|
|
Loading…
Reference in New Issue