mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: 💄 Improve authentication UI
This commit is contained in:
parent
56fc71185e
commit
fc6b44d237
2 changed files with 79 additions and 29 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue