From 876cd5802fcc02dfe95dbe1bc862e4b8182dea33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85berg?= Date: Tue, 4 Mar 2025 12:42:58 +0100 Subject: [PATCH] Improved docs regarding undefined cipherId --- .../fido2/fido2-user-interface.service.abstraction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/common/src/platform/abstractions/fido2/fido2-user-interface.service.abstraction.ts b/libs/common/src/platform/abstractions/fido2/fido2-user-interface.service.abstraction.ts index 7beefc3b4cc..1f871f6c70f 100644 --- a/libs/common/src/platform/abstractions/fido2/fido2-user-interface.service.abstraction.ts +++ b/libs/common/src/platform/abstractions/fido2/fido2-user-interface.service.abstraction.ts @@ -82,7 +82,7 @@ export abstract class Fido2UserInterfaceSession { * * @param params The parameters to use when asking the user to pick a credential. * @param abortController An abort controller that can be used to cancel/close the session. - * @returns The ID of the cipher that contains the credentials the user picked. + * @returns The ID of the cipher that contains the credentials the user picked. If not cipher was picked, return cipherId = undefined to to let the authenticator throw the error. */ pickCredential: ( params: PickCredentialParams,