mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
toggle uri options
This commit is contained in:
@@ -256,6 +256,11 @@ export class AddEditComponent implements OnChanges {
|
||||
f.showValue = !f.showValue;
|
||||
}
|
||||
|
||||
toggleUriOptions(uri: LoginUriView) {
|
||||
const u = (uri as any);
|
||||
u.showOptions = !u.showOptions;
|
||||
}
|
||||
|
||||
async checkPassword() {
|
||||
if (this.cipher.login == null || this.cipher.login.password == null || this.cipher.login.password === '') {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user