Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
removed log line
Browse files Browse the repository at this point in the history
Signed-off-by: pmahindrakar-oss <[email protected]>
  • Loading branch information
pmahindrakar-oss committed Aug 10, 2023
1 parent b7e0174 commit 33a2369
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion auth/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ func GetCallbackHandler(ctx context.Context, authCtx interfaces.AuthenticationCo
logger.Info(ctx, "Successfully called the preRedirect hook")
}
redirectURL := getAuthFlowEndRedirect(ctx, authCtx, request)
logger.Infof(ctx, "Going to perform the redirect with redirectURl %v", redirectURL)
http.Redirect(writer, request, redirectURL, http.StatusTemporaryRedirect)
}
}
Expand Down

0 comments on commit 33a2369

Please sign in to comment.