mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
convert services to abstractions
This commit is contained in:
@@ -13,7 +13,7 @@ import { UserService } from '../abstractions/user.service';
|
||||
|
||||
export class AuthService {
|
||||
constructor(public cryptoService: CryptoService, public apiService: ApiService, public userService: UserService,
|
||||
public tokenService: TokenService, public $rootScope: any, public appIdService: AppIdService,
|
||||
public tokenService: TokenService, public appIdService: AppIdService,
|
||||
public platformUtilsService: PlatformUtilsService, public constantsService: ConstantsService,
|
||||
public messagingService: MessagingService) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user