We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4371db7 commit 1f88055Copy full SHA for 1f88055
src/features/auth/KeycloakLogin/index.tsx
@@ -24,6 +24,7 @@ export const KeycloakLogin = () => {
24
if (isSuccess) {
25
login();
26
} else {
27
+ // @ts-ignore
28
const redirectUrl = (error as any)?.response?.data?.error?.details;
29
if (redirectUrl) {
30
window.location.href = redirectUrl;
0 commit comments