diff --git a/libs/common/src/platform/storage/secure-storage.service.ts b/libs/common/src/platform/storage/secure-storage.service.ts index 9edfa4a88d1..26d0a506427 100644 --- a/libs/common/src/platform/storage/secure-storage.service.ts +++ b/libs/common/src/platform/storage/secure-storage.service.ts @@ -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; + abstract support$: Observable; } export class UnsupportedSecureStorageService implements SecureStorageService {