mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-15 04:39:54 +00:00
add meta titles to auth pages
This commit is contained in:
@@ -3,6 +3,11 @@ import { authCookieHeader } from "@app/lib/api/cookies";
|
||||
import { InitialSetupCompleteResponse } from "@server/routers/auth";
|
||||
import { AxiosResponse } from "axios";
|
||||
import { redirect } from "next/navigation";
|
||||
import type { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Initial Setup"
|
||||
};
|
||||
|
||||
export default async function Layout(props: { children: React.ReactNode }) {
|
||||
const setupRes = await internal.get<
|
||||
|
||||
Reference in New Issue
Block a user