mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 14:44:15 +00:00
feat: page metadata
This commit is contained in:
parent
2e9e4db6cb
commit
dc38d2bc28
12 changed files with 182 additions and 4 deletions
|
|
@ -1,7 +1,13 @@
|
|||
import { Metadata } from "next";
|
||||
import { redirect } from "next/navigation";
|
||||
import { auth } from "@/lib/auth";
|
||||
import UsernameForm from "@/components/username-form";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Create your Username - TomodachiShare",
|
||||
description: "Pick a unique username to start using TomodachiShare",
|
||||
};
|
||||
|
||||
export default async function CreateUsernamePage() {
|
||||
const session = await auth();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue