Merge pull request #1868 from OldDream666/fix-auth-Security

修改 auth.tsx 输入框为password
This commit is contained in:
Yifei Zhang 2023-06-11 00:01:05 +08:00 committed by GitHub
commit bdb03e07fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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