Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Cheung <[email protected]>
  • Loading branch information
pragatimodi and kevinthecheung authored Oct 20, 2023
1 parent da7aa6e commit ffb982e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/auth/user-record.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ export class MultiFactorSettings {
}

/**
* Information about passkeys
* Interface representing a user-enrolled passkey.
*/
export class PasskeyInfo {
/**
Expand Down Expand Up @@ -640,7 +640,7 @@ export class UserRecord {
public readonly multiFactor?: MultiFactorSettings;

/**
* Information about Passkeys
* Passkey-related properties for the current user, if available.
*/
public readonly passkeyInfo?: PasskeyInfo[];

Expand Down

0 comments on commit ffb982e

Please sign in to comment.