mirror of
https://github.com/fosrl/pangolin.git
synced 2025-09-01 07:20:06 +02:00
add login portal and traefik middleware auth for testing redirect login
This commit is contained in:
parent
e731fc52aa
commit
7c8bb45fb0
14 changed files with 285 additions and 130 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue