mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-26 12:25:20 +01:00
Make linter happy (#7043)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
parent
a79b4e182f
commit
1c43f77d51
@ -56,7 +56,7 @@ export class SendAccessTextComponent {
|
|||||||
protected toggleText() {
|
protected toggleText() {
|
||||||
this.showText = !this.showText;
|
this.showText = !this.showText;
|
||||||
this.formGroup.controls.sendText.patchValue(
|
this.formGroup.controls.sendText.patchValue(
|
||||||
this.showText ? this.send.text.text : this.send.text.maskedText
|
this.showText ? this.send.text.text : this.send.text.maskedText,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user