mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
loginUriMatchChanged
This commit is contained in:
@@ -261,6 +261,11 @@ export class AddEditComponent implements OnChanges {
|
||||
u.showOptions = u.showOptions == null && uri.match != null ? false : !u.showOptions;
|
||||
}
|
||||
|
||||
loginUriMatchChanged(uri: LoginUriView) {
|
||||
const u = (uri as any);
|
||||
u.showOptions = u.showOptions == null ? true : 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