Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
savindi7 committed Mar 13, 2024
1 parent e9629c7 commit 8e45f91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/authenticate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ const AuthProvider: FunctionComponent<PropsWithChildren<AuthProviderPropsInterfa
// If the browser has these cookies disabled, we'll not be able to retrieve the session on refreshes.
await trySignInSilently()
.then(() => {
console.log("authenticate-react", "hi" )

// TODO: Add logs when a logger is available.
// Tracked here https://github.com/asgardeo/asgardeo-auth-js-sdk/issues/151.
setError(null);
Expand Down

0 comments on commit 8e45f91

Please sign in to comment.