This commit is contained in:
afred 2024-12-11 10:48:40 +08:00
parent ec8caba57a
commit 54d833ba8b
1 changed files with 8 additions and 0 deletions

View File

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