This commit is contained in:
Sky 2024-11-20 13:19:48 +00:00
parent 5e3abfab92
commit d6c3d3afdc

View File

@ -111,12 +111,6 @@ export function AuthPage() {
type="primary" type="primary"
onClick={goChat} onClick={goChat}
/> />
<IconButton
text={Locale.Auth.SaasTips}
onClick={() => {
goSaas();
}}
/>
</div> </div>
</div> </div>
); );