Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Nov 17, 2023
1 parent fd10db1 commit f81ba94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Login/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ function Login({ intl }) {
options.length === 1 &&
options[0].id === 'oidc'
) {
console.log('aqui');

setStartedOIDC(true);
dispatch(oidcRedirect('oidc'));
}
}, [options]);
}, [options, dispatch]);

return (
<LoginForm
Expand Down

0 comments on commit f81ba94

Please sign in to comment.