1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

Fix Type Check

This commit is contained in:
Justin Baur
2025-01-22 16:26:51 -05:00
parent f2a60fd63c
commit e9f81323ae

View File

@@ -38,7 +38,7 @@ export abstract class SecureStorageService {
* Depending on the feature, then you may need to not allow a feature to be used or you
* will need to fallback to using insecure, disk based storage.
*/
support$: Observable<SupportStatus>;
abstract support$: Observable<SupportStatus>;
}
export class UnsupportedSecureStorageService implements SecureStorageService {