mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
add auth status to auth service (#8377)
* add auth status to auth service * fix auth service factory
This commit is contained in:
@@ -345,6 +345,7 @@ const typesafeProviders: Array<SafeProvider> = [
|
||||
provide: AuthServiceAbstraction,
|
||||
useClass: AuthService,
|
||||
deps: [
|
||||
AccountServiceAbstraction,
|
||||
MessagingServiceAbstraction,
|
||||
CryptoServiceAbstraction,
|
||||
ApiServiceAbstraction,
|
||||
|
||||
Reference in New Issue
Block a user