feat: implement auth for folders

This commit is contained in:
Takeshi Kimata
2024-06-01 22:00:45 +09:00
parent d941b2a08e
commit 8300520a86
14 changed files with 188 additions and 63 deletions

View File

@@ -4,7 +4,6 @@ export default function Page(params: { locale: string }) {
const t = useTranslations('Auth');
const messages = {
yourProjects: t('your_projects'),
moveToAdmin: t('move_to_admin'),
};
return <AccountPage messages={messages} locale={params.locale} />;