mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-28 23:49:11 +08:00
Merge branch 'origin/master'
This commit is contained in:
@@ -59,8 +59,6 @@ module.exports =
|
||||
unless user
|
||||
return res.json 400, error: 'auth_failed'
|
||||
|
||||
console.log(user.matchPasswd data.passwd);
|
||||
|
||||
unless user.matchPasswd data.passwd
|
||||
return res.json 400, error: 'auth_failed'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user