增加上次登录状态

This commit is contained in:
hanhh
2021-08-31 15:29:23 +08:00
parent c1e08ba9f0
commit e4da2edf56
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ export default (app: Router) => {
},
);
route.get(
route.put(
'/user/two-factor/deactive',
async (req: Request, res: Response, next: NextFunction) => {
const logger: Logger = Container.get('logger');