fix(frontend): パスキーでパスワードレスログインが出来ない問題を修正 (#15370)

This commit is contained in:
lqvp
2025-02-04 18:16:41 +09:00
committed by GitHub
parent cb48853334
commit 5840c7a945

View File

@@ -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({