Skip to content

Commit

Permalink
chore: remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth committed Oct 25, 2023
1 parent 065cda9 commit 294ed8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/consent/app/login/email-login-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import SecondaryButton from "../components/button/secondary-button-component"
import { SubmitValue } from "../index.types"

import { submitForm } from "./email-login-server-action"
// this page is for login via email
interface LoginProps {
login_challenge: string
}
Expand Down
1 change: 0 additions & 1 deletion apps/consent/app/login/email-login-server-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { LoginEmailResponse } from "./email-login.types"

import authApi from "@/services/galoy-auth"
import { handleAxiosError } from "@/app/error-handler"
// this page is for login via email

export async function submitForm(
_prevState: unknown,
Expand Down

0 comments on commit 294ed8c

Please sign in to comment.