small fixes

This commit is contained in:
yuneng-jiang 2026-02-04 20:54:59 -08:00
parent 539ff7a850
commit ed7beba781

View file

@ -175,7 +175,7 @@ const AdminPanel: React.FC<AdminPanelProps> = ({ proxySettings }) => {
useEffect(() => {
checkSSOConfiguration();
}, [accessToken, premiumUser]);
}, [accessToken, premiumUser, checkSSOConfiguration]);
const handleUIAccessControlOk = () => {
setIsUIAccessControlModalVisible(false);
@ -342,7 +342,7 @@ const AdminPanel: React.FC<AdminPanelProps> = ({ proxySettings }) => {
</div>
<Callout title="Login without SSO" color="teal">
If you need to login without sso, you can access{" "}
<a href={nonSssoUrl} target="_blank">
<a href={nonSssoUrl} target="_blank" rel="noopener noreferrer">
<b>{nonSssoUrl}</b>{" "}
</a>
</Callout>