Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /