mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Fix hide text toggle on send access (#7028)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
06841e5942
commit
a79b4e182f
@@ -55,5 +55,8 @@ export class SendAccessTextComponent {
|
|||||||
|
|
||||||
protected toggleText() {
|
protected toggleText() {
|
||||||
this.showText = !this.showText;
|
this.showText = !this.showText;
|
||||||
|
this.formGroup.controls.sendText.patchValue(
|
||||||
|
this.showText ? this.send.text.text : this.send.text.maskedText
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user