Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandberger committed Jun 7, 2024
1 parent 1b1a71b commit d2f03a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AuthnLogin/AuthnLogin.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const AuthnLogin = ({ stripes }) => {
}, []); // eslint-disable-line react-hooks/exhaustive-deps

if (okapi.authnUrl) {

// If only 1 tenant is defined in config, skip the tenant selection screen.
if (tenants.length === 1) {
const redirectUri = `${window.location.protocol}//${window.location.host}/oidc-landing`;
Expand Down

0 comments on commit d2f03a0

Please sign in to comment.