mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 13:40:06 +00:00
Improved docs regarding undefined cipherId
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user