Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#1868 from OldDream666/fix-auth-Secu…
Browse files Browse the repository at this point in the history
…rity

修改 auth.tsx 输入框为password
  • Loading branch information
Yidadaa authored Jun 10, 2023
2 parents 24bf15a + 1d790b9 commit bdb03e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit bdb03e0

Please sign in to comment.