fix: sso message
This commit is contained in:
+1
-1
@@ -578,7 +578,7 @@ body {
|
||||
overflow-y: auto;
|
||||
|
||||
.anticon {
|
||||
padding-top: 5px;
|
||||
padding-top: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -63,7 +63,6 @@ export function useSSOAuth({
|
||||
}
|
||||
} catch (error: any) {
|
||||
setLoginOption({ oidc: false, saml: false });
|
||||
onError?.(new Error(error));
|
||||
onLoading?.(false);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user