diff --git a/web/src/components/auth/AuthenticateCompleted.vue b/web/src/components/auth/AuthenticateCompleted.vue index 4ac6109..2f71ddc 100644 --- a/web/src/components/auth/AuthenticateCompleted.vue +++ b/web/src/components/auth/AuthenticateCompleted.vue @@ -32,8 +32,7 @@ async function load() { emits("update:loading", true) await getToken(props.ticket.grant_token) await userinfo.readProfiles() - emits("update:loading", false) - setTimeout(() => callback(), 3000) + setTimeout(() => callback(), 1850) } onMounted(() => load()) diff --git a/web/src/views/dashboard.vue b/web/src/views/dashboard.vue index 27a996d..c5e0644 100755 --- a/web/src/views/dashboard.vue +++ b/web/src/views/dashboard.vue @@ -1,14 +1,14 @@