mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-30 23:26:39 +08:00
Update auth.tsx
This commit is contained in:
parent
be79df4853
commit
4168c31a63
@ -38,7 +38,7 @@ export function AuthPage() {
|
||||
|
||||
<div className={styles["auth-title"]}>{Locale.Auth.Title}</div>
|
||||
<div className={styles["auth-tips"]}>{Locale.Auth.Tips}</div>
|
||||
<div className={styles["auth-tips"]}>{Locale.Auth.Tips1}</div>
|
||||
|
||||
|
||||
<input
|
||||
className={styles["auth-input"]}
|
||||
@ -54,7 +54,7 @@ export function AuthPage() {
|
||||
{!accessStore.hideUserApiKey ? (
|
||||
<>
|
||||
<div className={styles["auth-tips"]}>{Locale.Auth.SubTips}</div>
|
||||
<div className={styles["auth-tips"]}>{Locale.Auth.SubTips1}</div>
|
||||
|
||||
<input
|
||||
className={styles["auth-input"]}
|
||||
type="password"
|
||||
|
Loading…
Reference in New Issue
Block a user