@@ -75,16 +75,15 @@ export default function AuthPage() {
<form className="space-y-6" onSubmit={handleSubmit}>
<div>
<label
- htmlFor="phone"
+ htmlFor="username"
className="block text-sm font-medium text-gray-700"
>
用户名
</label>
<div className="mt-1">
<input
- id="phone"
- name="phone"
- type="tel"
+ id="username"
+ name="username"
autoComplete="tel"
required
className="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 text-base"