mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
interfaced utilsservice for popup and dependencies
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
import CryptoService from '../../../services/crypto.service';
|
||||
import UserService from '../../../services/user.service';
|
||||
|
||||
import * as template from './lock.component.html';
|
||||
|
||||
class LockController {
|
||||
i18n: any;
|
||||
|
||||
constructor(public $scope: any, public $state: any, public i18nService: any,
|
||||
public cryptoService: CryptoService, public toastr: any, public userService: UserService,
|
||||
public cryptoService: any, public toastr: any, public userService: any,
|
||||
public SweetAlert: any, public $timeout: any) {
|
||||
this.i18n = i18nService;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user