Added Redirect if User is not on Mobile Index
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
import DisplayPresentProfiles from "~/components/noAutoLoad/displayPresentProfiles.vue";
|
||||
|
||||
definePageMeta({
|
||||
middleware: "auth"
|
||||
middleware: ["auth","redirect-to-mobile-index"]
|
||||
})
|
||||
|
||||
const dataStore = useDataStore()
|
||||
|
||||
Reference in New Issue
Block a user