auth middleware
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import DashboardPassengerBossComponent from "@/components/dashboard/passenger-boss";
|
import DashboardPassengerBossComponent from "@/components/dashboard/passenger-boss";
|
||||||
import TitlePage from "@/core/components/TitlePage";
|
import TitlePage from "@/core/components/TitlePage";
|
||||||
import WithAuthMiddleware from "@/middlewares/WithoutAuth";
|
import WithAuthMiddleware from "@/middlewares/WithAuth";
|
||||||
import { parse } from "next-useragent";
|
import { parse } from "next-useragent";
|
||||||
|
|
||||||
export default function PassengerBoss() {
|
export default function PassengerBoss() {
|
||||||
|
|||||||
Reference in New Issue
Block a user