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 c9750d8 commit 9088399Copy full SHA for 9088399
src/auth/user-record.ts
@@ -399,14 +399,12 @@ export class PasskeyInfo {
399
* @returns A JSON-serializable representation of this passkey info object.
400
*/
401
public toJSON(): object {
402
- return {
403
- name: this.name,
404
- credentialId: this.credentialId,
405
- displayName: this.displayName,
406
- };
407
- }
408
409
-
+ return {
+ name: this.name,
+ credentialId: this.credentialId,
+ displayName: this.displayName,
+ };
+ }
410
}
411
412
/**
0 commit comments