We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 863c0cf + 422023b commit 90afcddCopy full SHA for 90afcdd
apps/admin/src/utils/app.ts
@@ -28,6 +28,6 @@ export const navigateToAppScheme = async (appScheme: string) => {
28
document.removeEventListener('visibilitychange', handleVisibilityChange);
29
30
resolve(false);
31
- }, 2_000);
+ }, 1_000);
32
});
33
};
0 commit comments