Skip to content

Commit

Permalink
Removed a console.log #186102749
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanderson91 committed Aug 19, 2024
1 parent 50b513c commit 30db616
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_apps/react/src/pages/login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export function Login({ authWithPopup }) {
if (authWithPopup) {
const popup = window.open('about:blank', 'popup', 'popup=true,width=400,height=600');
await oidcClient.current.authorizeWithPopup(popup /*, optional login_hint (e.g. username) */);
console.log('here');
navigate({
pathname: '/dashboard',
search: createSearchParams({ popup: true }).toString(),
Expand Down

0 comments on commit 30db616

Please sign in to comment.