Skip to content

Commit 580754c

Browse files
committed
Update UsersRouter.js
1 parent cc499fd commit 580754c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Routers/UsersRouter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@ export class UsersRouter extends ClassesRouter {
599599
});
600600
this.route('GET', '/users/me/enableMfa', req => this.enableMfa(req));
601601
this.route('POST', '/users/me/verifyMfa', req => this.verifyMfa(req));
602-
this.route('GET', '/users/me/recoverMFA', req => this.handleLogIn(req));
603602
this.route('POST', '/requestPasswordReset', req => {
604603
return this.handleResetRequest(req);
605604
});

0 commit comments

Comments
 (0)