Skip to content

Commit

Permalink
no default lazyut on auth page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogge committed Jun 27, 2024
1 parent ba91029 commit 4098f6c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/pages/auth/+Page.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<template>
<DefaultLayout>
<div class="h-screen auth-page py-12">{{ $t('auth.content') }}</div>
</DefaultLayout>
<div class="h-screen auth-page py-12">{{ $t('auth.content') }}</div>
</template>

<script lang="ts" setup>
import { navigate } from 'vike/client/router'
import { inject, onBeforeMount } from 'vue'
import DefaultLayout from '#layouts/DefaultLayout.vue'
import GlobalErrorHandler from '#plugins/globalErrorHandler'
import AuthService from '#src/services/AuthService'
Expand Down

0 comments on commit 4098f6c

Please sign in to comment.