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:
committed by
Maciej Zieniuk
parent
04881556df
commit
538b045ea3
@@ -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),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user