mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 05:53:42 +00:00
Fix Type Check
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user