mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Change AppIdService to Use Storage Directly (#10835)
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
import { Observable } from "rxjs";
|
||||
|
||||
export abstract class AppIdService {
|
||||
abstract appId$: Observable<string>;
|
||||
abstract anonymousAppId$: Observable<string>;
|
||||
abstract getAppId(): Promise<string>;
|
||||
abstract getAnonymousAppId(): Promise<string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user