mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
isViewOpen returns promise
This commit is contained in:
@@ -73,7 +73,7 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
|
||||
}
|
||||
|
||||
isViewOpen() {
|
||||
return false;
|
||||
return Promise.resolve(false);
|
||||
}
|
||||
|
||||
lockTimeout(): number {
|
||||
|
||||
Reference in New Issue
Block a user