1
0
mirror of https://github.com/bitwarden/cli synced 2026-01-01 15:53:14 +00:00

implement lock timeout

This commit is contained in:
Kyle Spearrin
2018-06-09 14:50:34 -04:00
parent babaa11f8c
commit 055eae39e7
2 changed files with 5 additions and 1 deletions

View File

@@ -85,6 +85,10 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
return false;
}
lockTimeout(): number {
return null;
}
launchUri(uri: string, options?: any): void {
throw new Error('Not implemented.');
}