mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
Old Client Cleanup (#9141)
* move emails images to website/static/emails and remove old files * remove old client tests * remove more files * add sprites back * cleanup gulp * cleanup gulp * remove old files * more fixes * pin bootstrap-vue * disable old test * remove old tasks * fix apidoc
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import locals from '../../middlewares/locals';
|
||||
import { validatePasswordResetCodeAndFindUser } from '../../libs/password';
|
||||
|
||||
let api = {};
|
||||
@@ -9,7 +8,6 @@ let api = {};
|
||||
api.resetPasswordSetNewOne = {
|
||||
method: 'GET',
|
||||
url: '/static/user/auth/local/reset-password-set-new-one',
|
||||
middlewares: [locals],
|
||||
runCron: false,
|
||||
async handler (req, res) {
|
||||
const code = req.query.code;
|
||||
|
||||
Reference in New Issue
Block a user