Skip to content

Commit 1f88055

Browse files
committed
[DOP-29475] Fix linter errors
1 parent 4371db7 commit 1f88055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/auth/KeycloakLogin/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const KeycloakLogin = () => {
2424
if (isSuccess) {
2525
login();
2626
} else {
27+
// @ts-ignore
2728
const redirectUrl = (error as any)?.response?.data?.error?.details;
2829
if (redirectUrl) {
2930
window.location.href = redirectUrl;

0 commit comments

Comments
 (0)