🐛 fix: Remove unnecessary comments to simplify code readability

This commit is contained in:
web
2025-09-12 21:39:15 -07:00
parent f9a7ece9bf
commit a988cb3c50
7 changed files with 1 additions and 15 deletions
@@ -14,15 +14,10 @@ import TelegramForm from './forms/telegram-form';
export default function Page() {
const t = useTranslations('auth-control');
// 定义表单配置
const formSections = [
{
title: t('communicationMethods'),
forms: [
{ component: EmailSettingsForm },
{ component: PhoneSettingsForm },
// Removed EmailLogsTable and PhoneLogsTable modules
],
forms: [{ component: EmailSettingsForm }, { component: PhoneSettingsForm }],
},
{
title: t('socialAuthMethods'),