Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth committed Oct 28, 2023
1 parent 54d3d9e commit 3db32fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/consent/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ async function submitForm(formData: FormData): Promise<LoginEmailResponse | void
const submitValue = formData.get("submit")
const email = formData.get("email")
const remember = String(formData.get("remember") === "1")
console.log(submitValue)

if (
!login_challenge ||
Expand Down

0 comments on commit 3db32fa

Please sign in to comment.