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 e73ce03 commit 1f90534Copy full SHA for 1f90534
packages/web-core/src/services/WebAuthnService.ts
@@ -74,7 +74,7 @@ export class WebAuthnService {
74
}
75
76
return {
77
- response: JSON.stringify(credential.toJSON()),
+ response: JSON.stringify(credential),
78
message: '',
79
};
80
@@ -126,7 +126,7 @@ export class WebAuthnService {
126
})) as PublicKeyCredential;
127
128
129
130
131
132
0 commit comments