Skip to content

Commit

Permalink
chore: make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne-deriv committed Nov 26, 2024
1 parent 0043649 commit 84f488e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/javascript/_common/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const requestSingleSignOn = async () => {
redirectCallbackUri: `${window.location.origin}/en/callback`,
});
}
}
};

const isGrowthbookLoaded = Analytics.isGrowthbookLoaded();
if (!isGrowthbookLoaded) {
Expand All @@ -185,7 +185,7 @@ export const requestSingleSignOn = async () => {
_requestSingleSignOn();
clearInterval(interval);
}
}, 500)
}, 500);
} else {
_requestSingleSignOn();
}
Expand Down

0 comments on commit 84f488e

Please sign in to comment.