fix: sso message

This commit is contained in:
jialin
2025-08-19 11:08:15 +08:00
parent 3f243129a4
commit c4948dc11f
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -578,7 +578,7 @@ body {
overflow-y: auto; overflow-y: auto;
.anticon { .anticon {
padding-top: 5px; padding-top: 3px;
} }
} }
-1
View File
@@ -63,7 +63,6 @@ export function useSSOAuth({
} }
} catch (error: any) { } catch (error: any) {
setLoginOption({ oidc: false, saml: false }); setLoginOption({ oidc: false, saml: false });
onError?.(new Error(error));
onLoading?.(false); onLoading?.(false);
} }
}; };