1
0
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:
Jake Fink
2024-03-26 09:56:20 -04:00
committed by GitHub
parent d000f081da
commit a46767dee2
7 changed files with 88 additions and 3 deletions

View File

@@ -345,6 +345,7 @@ const typesafeProviders: Array<SafeProvider> = [
provide: AuthServiceAbstraction,
useClass: AuthService,
deps: [
AccountServiceAbstraction,
MessagingServiceAbstraction,
CryptoServiceAbstraction,
ApiServiceAbstraction,