feat: 💄 Improve authentication UI

This commit is contained in:
Jesse Wierzbinski 2024-06-15 17:14:13 -10:00
parent 56fc71185e
commit fc6b44d237
No known key found for this signature in database
2 changed files with 79 additions and 29 deletions

View file

@ -35,8 +35,8 @@ useIntervalFn(() => {
}, 1000 / 60);
app.hook("page:finish", async () => {
// Wait until page has loaded for at least 1 second
await new Promise((resolve) => setTimeout(resolve, 1000));
// Wait until page has loaded for at least 300ms
await new Promise((resolve) => setTimeout(resolve, 300));
loading.value = false;
if (oidcError) {