mirror of
https://github.com/bitwarden/jslib
synced 2025-12-10 21:33:17 +00:00
Add ClientType token
This commit is contained in:
@@ -8,3 +8,4 @@ export const STATE_SERVICE_USE_CACHE = new InjectionToken<boolean>("STATE_SERVIC
|
||||
export const STATE_FACTORY = new InjectionToken<StateFactory>("STATE_FACTORY");
|
||||
export const SECURE_STORAGE = new InjectionToken<StorageService>("SECURE_STORAGE");
|
||||
export const WINDOW_TOKEN = new InjectionToken<Window>("WINDOW");
|
||||
export const CLIENT_TYPE = new InjectionToken<Window>("CLIENT_TYPE");
|
||||
|
||||
Reference in New Issue
Block a user