1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-02 03:21:19 +00:00

Revert cipherId param for confirmNewCredential

This commit is contained in:
Jeffrey Holland
2025-09-03 14:14:35 +02:00
parent a93d71523a
commit a885f65d71
2 changed files with 2 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ export class DesktopFido2UserInterfaceSession implements Fido2UserInterfaceSessi
userHandle,
userVerification,
rpId,
}: NewCredentialParams): Promise<{ cipherId?: string; userVerified: boolean }> {
}: NewCredentialParams): Promise<{ cipherId: string; userVerified: boolean }> {
this.logService.warning(
"confirmNewCredential",
credentialName,