Explorar o código

修改 auth.tsx 输入框为password

Old Dream hai 1 ano
pai
achega
1d790b9e8d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/components/auth.tsx

+ 1 - 1
app/components/auth.tsx

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