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-title"]}>{Locale.Auth.Title}</div>
|
||||||
<div className={styles["auth-tips"]}>{Locale.Auth.Tips}</div>
|
<div className={styles["auth-tips"]}>{Locale.Auth.Tips}</div>
|
||||||
|
<div className={styles["auth-tips"]}>{Locale.Auth.Tips1}</div>
|
||||||
|
|
||||||
<input
|
<input
|
||||||
className={styles["auth-input"]}
|
className={styles["auth-input"]}
|
||||||
|
@ -53,6 +54,7 @@ export function AuthPage() {
|
||||||
{!accessStore.hideUserApiKey ? (
|
{!accessStore.hideUserApiKey ? (
|
||||||
<>
|
<>
|
||||||
<div className={styles["auth-tips"]}>{Locale.Auth.SubTips}</div>
|
<div className={styles["auth-tips"]}>{Locale.Auth.SubTips}</div>
|
||||||
|
<div className={styles["auth-tips"]}>{Locale.Auth.SubTips1}</div>
|
||||||
<input
|
<input
|
||||||
className={styles["auth-input"]}
|
className={styles["auth-input"]}
|
||||||
type="password"
|
type="password"
|
||||||
|
|
Loading…
Reference in New Issue