Skip to content

Commit

Permalink
admin: Fix enter transition of the Login Modal on first load
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Dec 6, 2023
1 parent 2b70edb commit 5813650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ onBeforeMount(() => {
async () => {
await navigateTo('/')
backendLoggedInChecking.value = false
viewShowLoginModal.value = true
setTimeout(() => { viewShowLoginModal.value = true }, 50)
}
)
})
Expand Down

0 comments on commit 5813650

Please sign in to comment.