mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-30 15:16:38 +08:00
Update auth.tsx
This commit is contained in:
parent
05d84031a5
commit
be79df4853
@ -38,6 +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"]}
|
||||
@ -53,6 +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