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
|
<input
|
||||||
className={styles["auth-input"]}
|
className={styles["auth-input"]}
|
||||||
type="text"
|
type="password"
|
||||||
placeholder={Locale.Auth.Input}
|
placeholder={Locale.Auth.Input}
|
||||||
value={access.accessCode}
|
value={access.accessCode}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user