Преглед на файлове

修改 auth.tsx 输入框为password

Old Dream преди 1 година
родител
ревизия
1d790b9e8d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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) => {