This commit is contained in:
afred 2024-12-11 10:42:36 +08:00
parent 7c75f8ddbd
commit ec8caba57a
1 changed files with 0 additions and 14 deletions

View File

@ -103,20 +103,6 @@ export function AuthPage() {
/>
</>
) : null}
<div className={styles["auth-actions"]}>
<IconButton
text={Locale.Auth.Confirm}
type="primary"
onClick={goChat}
/>
<IconButton
text={Locale.Auth.SaasTips}
onClick={() => {
goSaas();
}}
/>
</div>
</div>
);
}