From ffb982e933f4c930e4f736f82021eedaea236523 Mon Sep 17 00:00:00 2001 From: pragatimodi <110490169+pragatimodi@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:47:38 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Kevin Cheung --- src/auth/user-record.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/auth/user-record.ts b/src/auth/user-record.ts index 9d2a6501c4..ff856421d0 100644 --- a/src/auth/user-record.ts +++ b/src/auth/user-record.ts @@ -366,7 +366,7 @@ export class MultiFactorSettings { } /** - * Information about passkeys + * Interface representing a user-enrolled passkey. */ export class PasskeyInfo { /** @@ -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[];