mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
make sure routerService is newed
This commit is contained in:
@@ -81,7 +81,7 @@ export class AppComponent implements OnDestroy, OnInit {
|
||||
private lockService: LockService, private storageService: StorageService,
|
||||
private cryptoService: CryptoService, private collectionService: CollectionService,
|
||||
private sanitizer: DomSanitizer, private searchService: SearchService,
|
||||
private notificationsService: NotificationsService) { }
|
||||
private notificationsService: NotificationsService, private routerService: RouterService) { }
|
||||
|
||||
ngOnInit() {
|
||||
this.ngZone.runOutsideAngular(() => {
|
||||
|
||||
Reference in New Issue
Block a user