Separated laravel app to its own folder (#540)
This commit is contained in:
@@ -47,7 +47,7 @@ import { computed } from "vue"
|
||||
import { useAuthStore } from "../stores/auth"
|
||||
|
||||
definePageMeta({
|
||||
middleware: "auth",
|
||||
middleware: ["auth", "self-hosted-credentials"],
|
||||
})
|
||||
|
||||
useOpnSeoMeta({
|
||||
|
||||
Reference in New Issue
Block a user