修改 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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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) => {