Skip to content

Commit 5a2c5ea

Browse files
committed
chore: specify ESLint rule in disable comment for Sonar S7724
- replace generic eslint-disable-next-line with no-console - fix SonarQube S7724 in login callback error handling Refs: KK-1521
1 parent 550f141 commit 5a2c5ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/domain/auth/KukkuuHDSLoginCallbackHandler.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function KukkuuHDSLoginCallbackHandler() {
2020
};
2121

2222
const onError = (error?: OidcClientError) => {
23-
// eslint-disable-next-line
23+
// eslint-disable-next-line no-console
2424
console.error(error);
2525
if (!error) return;
2626
if (

0 commit comments

Comments
 (0)