mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
allow static lock timeout definition
This commit is contained in:
@@ -15,6 +15,7 @@ export abstract class PlatformUtilsService {
|
||||
analyticsId: () => string;
|
||||
getDomain: (uriString: string) => string;
|
||||
isViewOpen: () => boolean;
|
||||
lockTimeout: () => number;
|
||||
launchUri: (uri: string, options?: any) => void;
|
||||
saveFile: (win: Window, blobData: any, blobOptions: any, fileName: string) => void;
|
||||
getApplicationVersion: () => string;
|
||||
|
||||
Reference in New Issue
Block a user