소스 검색

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