summaryrefslogtreecommitdiff
path: root/frontend/src/router-hook.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/router-hook.tsx')
-rw-r--r--frontend/src/router-hook.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/src/router-hook.tsx b/frontend/src/router-hook.tsx
index 6e7f5ee1..98aa6863 100644
--- a/frontend/src/router-hook.tsx
+++ b/frontend/src/router-hook.tsx
@@ -173,10 +173,9 @@ class RouterHook extends Logger {
}
}
- private async waitForUnlock() {
+ public async waitForUnlock() {
try {
while (window?.securitystore?.IsLockScreenActive?.()) {
- this.debug('Waiting 500ms for lockscreen to close');
await sleep(500);
}
} catch (e) {