fix: sso message
This commit is contained in:
+1
-1
@@ -578,7 +578,7 @@ body {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
.anticon {
|
.anticon {
|
||||||
padding-top: 5px;
|
padding-top: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user