mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
init this.loginCiphers
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 95cd9153c9...5608f11925
@@ -153,9 +153,10 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
|
|||||||
|
|
||||||
private async load() {
|
private async load() {
|
||||||
const tab = await BrowserApi.getTabFromCurrentWindow();
|
const tab = await BrowserApi.getTabFromCurrentWindow();
|
||||||
if (tab) {
|
if (tab != null) {
|
||||||
this.url = tab.url;
|
this.url = tab.url;
|
||||||
} else {
|
} else {
|
||||||
|
this.loginCiphers = [];
|
||||||
this.loaded = true;
|
this.loaded = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user