Skip to content

Commit

Permalink
fixed a bug
Browse files Browse the repository at this point in the history
Signed-off-by: a1cd <[email protected]>
  • Loading branch information
a1cd committed Feb 18, 2024
1 parent 8420ef2 commit a21ef7b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,7 @@ provide(loginStateKey, loginStateObject)
<div class="min-h-screen min-w-screen">
<v-app>
<!-- <UContainer class="p-0 m-0">-->
<NuxtPage v-if="!loginFailed"/>
<UCard v-else>
<template #header>
Connection error
</template>
<template #default>
Your browser failed to connect to the database.
</template>
</UCard>
<NuxtPage/>
<!-- </UContainer>-->
</v-app>
<UNotifications/>
Expand Down

0 comments on commit a21ef7b

Please sign in to comment.