diff --git a/jslib b/jslib index 79f8370f7c..e0d5a4d8b7 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 79f8370f7c37104f3f207dc36d2d0c55ac73f55c +Subproject commit e0d5a4d8b706f3b44a07d2d77e1bf127a117179d diff --git a/src/app/app.component.ts b/src/app/app.component.ts index de4f934386..a21f7818d3 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -82,7 +82,9 @@ export class AppComponent implements OnInit { private platformUtilsService: PlatformUtilsService, private ngZone: NgZone, private lockService: LockService, private storageService: StorageService, private cryptoService: CryptoService, private componentFactoryResolver: ComponentFactoryResolver, - private messagingService: MessagingService, private collectionService: CollectionService) { } + private messagingService: MessagingService, private collectionService: CollectionService) { + (window as any).BitwardenToasterService = toasterService; + } ngOnInit() { this.ngZone.runOutsideAngular(() => {