mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
Replace toaster library (#1322)
This commit is contained in:
@@ -4,8 +4,6 @@ import {
|
||||
Output,
|
||||
} from '@angular/core';
|
||||
|
||||
import { ToasterService } from 'angular2-toaster';
|
||||
|
||||
import { ApiService } from 'jslib-common/abstractions/api.service';
|
||||
import { CipherService } from 'jslib-common/abstractions/cipher.service';
|
||||
import { EventService } from 'jslib-common/abstractions/event.service';
|
||||
@@ -34,12 +32,12 @@ export class CiphersComponent extends BaseCiphersComponent {
|
||||
|
||||
protected allCiphers: CipherView[] = [];
|
||||
|
||||
constructor(searchService: SearchService, toasterService: ToasterService, i18nService: I18nService,
|
||||
constructor(searchService: SearchService, i18nService: I18nService,
|
||||
platformUtilsService: PlatformUtilsService, cipherService: CipherService,
|
||||
private apiService: ApiService, eventService: EventService, totpService: TotpService,
|
||||
userService: UserService, passwordRepromptService: PasswordRepromptService,
|
||||
logService: LogService) {
|
||||
super(searchService, toasterService, i18nService, platformUtilsService, cipherService,
|
||||
super(searchService, i18nService, platformUtilsService, cipherService,
|
||||
eventService, totpService, userService, passwordRepromptService, logService);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user