浏览代码

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