1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 18:43:25 +00:00

record activity for lock

This commit is contained in:
Kyle Spearrin
2018-02-09 23:25:18 -05:00
parent a77b16b766
commit 6e77916a49
4 changed files with 33 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ export class DesktopPlatformUtilsService implements PlatformUtilsService {
}
isViewOpen(): boolean {
return true;
return false;
}
launchUri(uri: string, options?: any): void {