mirror of
https://github.com/bitwarden/web
synced 2026-01-06 10:33:17 +00:00
hasLoaded moved to load method
This commit is contained in:
@@ -35,7 +35,6 @@ export class WeakPasswordsReportComponent implements OnInit {
|
||||
|
||||
async ngOnInit() {
|
||||
await this.load();
|
||||
this.hasLoaded = true;
|
||||
}
|
||||
|
||||
async load() {
|
||||
@@ -54,6 +53,7 @@ export class WeakPasswordsReportComponent implements OnInit {
|
||||
});
|
||||
this.ciphers = weakPasswordCiphers;
|
||||
this.loading = false;
|
||||
this.hasLoaded = true;
|
||||
}
|
||||
|
||||
selectCipher(cipher: CipherView) {
|
||||
|
||||
Reference in New Issue
Block a user