Skip to content

Commit 6850582

Browse files
committed
update
1 parent 787844a commit 6850582

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/config/default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"userlogin" : {
2323
"jwtTokenSecret" : "shhhhhhared-secret",
2424
"jwtTokenExpireDay" : 30,
25-
"tokenFieldNmae" : "X-Access-Token"
25+
"tokenFieldName" : "X-Access-Token"
2626
},
2727

2828
"settingEmail" : {

core/controllers/user/user.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ exports.signUp = function (req, res, next) {
7070
.catch(next);
7171
}
7272

73-
7473
};
7574

7675

0 commit comments

Comments
 (0)