mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Linter updates and fixes (#1604)
This commit is contained in:
@@ -139,7 +139,7 @@ export class AppComponent implements OnInit {
|
||||
|
||||
BrowserApi.messageListener('app.component', (window as any).bitwardenPopupMainMessageListener);
|
||||
|
||||
this.router.events.subscribe((event) => {
|
||||
this.router.events.subscribe(event => {
|
||||
if (event instanceof NavigationEnd) {
|
||||
const url = event.urlAfterRedirects || event.url || '';
|
||||
if (url.startsWith('/tabs/') && (window as any).previousPopupUrl != null &&
|
||||
|
||||
Reference in New Issue
Block a user