Skip to content
Snippets Groups Projects
Unverified Commit 5840c7a9 authored by lqvp's avatar lqvp Committed by GitHub
Browse files

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

parent cb488533
No related branches found
No related tags found
No related merge requests found
......@@ -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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment