feat: implement auth for folders
This commit is contained in:
@@ -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} />;
|
||||
|
||||
Reference in New Issue
Block a user