mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
isViewOpen returns promise
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 4f876fc222...ae37c2198b
@@ -86,8 +86,8 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
|
||||
return 'UA-81915606-3';
|
||||
}
|
||||
|
||||
isViewOpen(): boolean {
|
||||
return false;
|
||||
isViewOpen(): Promise<boolean> {
|
||||
return Promise.resolve(false);
|
||||
}
|
||||
|
||||
lockTimeout(): number {
|
||||
|
||||
Reference in New Issue
Block a user