mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 07:36:39 +08:00
test
This commit is contained in:
parent
7c75f8ddbd
commit
ec8caba57a
@ -103,20 +103,6 @@ export function AuthPage() {
|
|||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
||||||
<div className={styles["auth-actions"]}>
|
|
||||||
<IconButton
|
|
||||||
text={Locale.Auth.Confirm}
|
|
||||||
type="primary"
|
|
||||||
onClick={goChat}
|
|
||||||
/>
|
|
||||||
<IconButton
|
|
||||||
text={Locale.Auth.SaasTips}
|
|
||||||
onClick={() => {
|
|
||||||
goSaas();
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user