We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5630b50 commit 28329d7Copy full SHA for 28329d7
1 file changed
packages/passkey/src/client.ts
@@ -69,7 +69,9 @@ export const getPasskeyActions = (
69
$store.notify("$sessionSignal");
70
71
return verified;
72
- } catch {
+ } catch (err) {
73
+ // Error logs ran on the front-end
74
+ console.error(`[Better Auth] Error verifying passkey`, err);
75
return {
76
data: null,
77
error: {
0 commit comments