Skip to content

Commit

Permalink
fix(auth): fix keycloak redirecturi warning build_image
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Aug 2, 2024
1 parent 4a1c7c6 commit 8bfd81a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<Toast position="top-right" />
<NuxtLoadingIndicator />
<MenuHeader />
<NuxtPage />
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
<Footer />
</template>
<script setup lang="ts"></script>

0 comments on commit 8bfd81a

Please sign in to comment.