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

Commit

Permalink
#729 - remove spare console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescd18 committed Jun 19, 2022
1 parent d647e29 commit 388228f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/pages/LoginPage/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const Login: React.FC<LoginProps> = ({ postLoginRedirect }) => {
if (auth.isLoading) return <LoadingIndicator />;

const redirectAfterLogin = () => {
console.log(postLoginRedirect);
if (postLoginRedirect.url === routes.LOGIN) {
history.push(routes.HOME);
} else {
Expand Down

0 comments on commit 388228f

Please sign in to comment.