1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

Revert "Vault Timeout Policy (#474)" (#479)

This reverts commit bba2812fdd.
This commit is contained in:
Oscar Hinton
2021-09-08 23:06:42 +02:00
committed by GitHub
parent bba2812fdd
commit bbe8d3df48
7 changed files with 19 additions and 167 deletions

View File

@@ -13,6 +13,10 @@ export abstract class PlatformUtilsService {
isIE: () => boolean;
isMacAppStore: () => boolean;
isViewOpen: () => Promise<boolean>;
/**
* @deprecated This only ever returns null. Pull from your platform's storage using ConstantsService.vaultTimeoutKey
*/
lockTimeout: () => number;
launchUri: (uri: string, options?: any) => void;
saveFile: (win: Window, blobData: any, blobOptions: any, fileName: string) => void;
getApplicationVersion: () => Promise<string>;