Skip to content

Commit

Permalink
Update code/webauthn/frontend/src/pages/api/get-registration-options.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Farhad Asgarov <[email protected]>
  • Loading branch information
sarahschwartz and asgarovf authored Sep 9, 2024
1 parent d9a3d21 commit 9a76265
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse<
res.status(500).json({ error });
}
} else {
console.log('MUST USED GET METHOD');
console.log('MUST USE POST METHOD');
res.status(500);
}
}

0 comments on commit 9a76265

Please sign in to comment.