Skip to content

Commit

Permalink
feat(frontend): no default lazyout on auth page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogge committed Jul 1, 2024
1 parent c013332 commit 00f33b0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2,724 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
Loading

0 comments on commit 00f33b0

Please sign in to comment.