Skip to content

Commit

Permalink
chore(passcodes): remove 418 call used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
coldlink committed May 20, 2024
1 parent 83d49ea commit 09b3a5c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/server/routes/register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,14 +381,6 @@ const OktaRegistration = async (
req: Request,
res: ResponseWithRequestState,
) => {
if (
registrationPasscodesEnabled &&
res.locals.queryParams.usePasscodeRegistration
) {
// to implement
return res.sendStatus(418);
}

const { email = '' } = req.body;

const {
Expand Down

0 comments on commit 09b3a5c

Please sign in to comment.