forked from XiaoMo/ChatGPT-Next-Web
修改 auth.tsx 输入框为password
This commit is contained in:
parent
24bf15af4f
commit
1d790b9e8d
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user