diff --git a/src/fireedge/src/server/utils/constants/commands/user.js b/src/fireedge/src/server/utils/constants/commands/user.js index d0172da7a2..4fb9349a51 100644 --- a/src/fireedge/src/server/utils/constants/commands/user.js +++ b/src/fireedge/src/server/utils/constants/commands/user.js @@ -61,7 +61,7 @@ module.exports = { params: { username: { from: postBody, - default: 0, + default: '', }, password: { from: postBody,