暂时移除手机登陆方式

This commit is contained in:
2025-06-19 09:36:08 +08:00
parent 20b2bdc43e
commit 33636a169f

View File

@@ -59,8 +59,8 @@ export default function PhoneLoginMode({ onSendCode }: { onSendCode: (data: Send
<Button type="button" variant="secondary" onClick={handleSendCode}></Button>
</div>
</div>
<Button type="submit" className="w-full">
<Button type="submit" className="w-full" disabled>
</Button>
</>
)