Skip to content

Commit

Permalink
remove sign in
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshith-403 committed May 6, 2024
1 parent 7d967af commit 704c541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Components/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function Login() {
}
}

if (isSignedIn) {
if (isSignedIn || true) {
return <Task />
}

Expand Down

0 comments on commit 704c541

Please sign in to comment.