diff --git a/app/register/page.tsx b/app/register/page.tsx index 5bf501d..a8befcc 100644 --- a/app/register/page.tsx +++ b/app/register/page.tsx @@ -4,5 +4,5 @@ import { AuthForm } from "@/components/auth-form"; export const metadata = { title: "注册" }; export default function RegisterPage() { - return

Create account

建立你的账户。

注册和验证流程将在 Phase 2 接入。

返回首页
; + return

Create account

建立你的账户。

注册服务已上线,邮箱和手机验证将在渠道接入后启用。

返回首页
; } diff --git a/components/auth-form.tsx b/components/auth-form.tsx index a1c8717..cdf4027 100644 --- a/components/auth-form.tsx +++ b/components/auth-form.tsx @@ -56,7 +56,7 @@ export function AuthForm({ mode }: { mode: "login" | "register" }) { return (
- 认证服务已接入测试环境。邮箱注册、登录和会话行为使用测试数据库,验证渠道仍未启用。 + 认证服务已接入生产环境。邮箱注册、登录和会话已启用,验证渠道暂未启用。
setEmail(event.target.value)} placeholder="name@example.com" required type="email" value={email} />
setPassword(event.target.value)} placeholder="至少 8 位字符" required type="password" value={password} />