Set middleware on pages (#278)

* Se middleware on pages

* Se middleware on account page
This commit is contained in:
formsdev
2024-01-05 15:17:36 +05:30
committed by GitHub
parent 2207c8cd90
commit cc7d64a0c6
16 changed files with 52 additions and 39 deletions

View File

@@ -51,6 +51,9 @@ const form = storeToRefs(workingFormStore).content
useOpnSeoMeta({
title: 'Create a new Form for free',
})
definePageMeta({
middleware: "guest"
})
// Data
const stateReady = ref(false)