修改 auth.tsx 输入框为password

This commit is contained in:
Old Dream
2023-06-09 12:39:42 +08:00
committed by GitHub
parent 24bf15af4f
commit 1d790b9e8d

View File

@@ -25,7 +25,7 @@ export function AuthPage() {
<input
className={styles["auth-input"]}
type="text"
type="password"
placeholder={Locale.Auth.Input}
value={access.accessCode}
onChange={(e) => {