mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-01 00:06:38 +00:00
add login portal and traefik middleware auth for testing redirect login
This commit is contained in:
@@ -9,7 +9,7 @@ export const metadata: Metadata = {
|
||||
|
||||
const font = Roboto({ subsets: ["latin"], style: "normal", weight: "400" });
|
||||
|
||||
export default function RootLayout({
|
||||
export default async function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
children: React.ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user