Fix form notifications + remove login page cache

This commit is contained in:
Julien Nahum
2024-01-17 11:45:27 +01:00
parent 569184aa54
commit 3f39144b9f
2 changed files with 1 additions and 4 deletions

View File

@@ -58,9 +58,6 @@ import LoginForm from "~/components/pages/auth/components/LoginForm.vue"
definePageMeta({
middleware: "guest"
})
defineRouteRules({
swr: 3600
})
useOpnSeoMeta({
title: 'Login'
})