1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

User's Fingerprint Phrase does not match when confirming user (#16552)

(cherry picked from commit e0c900cb77)
This commit is contained in:
Maciej Zieniuk
2025-09-23 16:52:43 +02:00
committed by Maciej Zieniuk
parent 04881556df
commit 538b045ea3

View File

@@ -208,7 +208,7 @@ export abstract class BaseMembersComponent<UserView extends UserViewTypes> {
const dialogRef = UserConfirmComponent.open(this.dialogService, { const dialogRef = UserConfirmComponent.open(this.dialogService, {
data: { data: {
name: this.userNamePipe.transform(user), name: this.userNamePipe.transform(user),
userId: user.id, userId: user.userId,
publicKey: publicKey, publicKey: publicKey,
confirmUser: () => confirmUser(publicKey), confirmUser: () => confirmUser(publicKey),
}, },