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