Skip to content

Commit

Permalink
test console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitb35 committed Jan 17, 2024
1 parent 8ccd0d1 commit 152848e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Donations/Micros/Authentication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ function Authentication(): ReactElement {
const loginUser = () => {
const redirectPath = `/${router.locale}${router.asPath}`;
localStorage.setItem("redirectPath", redirectPath);
console.log(process.env.APP_URL);
loginWithRedirect({
redirectUri: `${process.env.APP_URL}/auth`,
ui_locales: i18n.language || "en",
Expand Down

0 comments on commit 152848e

Please sign in to comment.