Skip to content

Commit

Permalink
misc: addressed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed Nov 13, 2024
1 parent 44ba31a commit 8fef691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/hooks/api/auth/queries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export const verifyMfaToken = async ({
}: {
email: string;
mfaCode: string;
mfaMethod: string;
mfaMethod?: string;
}) => {
const { data } = await apiRequest.post("/api/v2/auth/mfa/verify", {
email,
Expand Down

0 comments on commit 8fef691

Please sign in to comment.