Skip to content

Commit

Permalink
Merge branch 'user-record' of https://github.com/firebase/firebase-ad…
Browse files Browse the repository at this point in the history
…min-node into user-record
  • Loading branch information
pragatimodi committed Oct 23, 2023
2 parents a269d5a + ffb982e commit ccc2ecb
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 @@ -365,7 +365,7 @@ export class MultiFactorSettings {
}

/**
* Information about passkeys
* Interface representing a user-enrolled passkey.
*/
export class PasskeyInfo {
/**
Expand Down Expand Up @@ -639,7 +639,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 ccc2ecb

Please sign in to comment.