Skip to content

Commit

Permalink
Update auth.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
1422756921 authored May 14, 2024
1 parent 05d8403 commit be79df4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components/auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand All @@ -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"
Expand Down

0 comments on commit be79df4

Please sign in to comment.