mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 14:03:43 +08:00
test
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user