1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #~: Minor fix to fireedge user command (#2153)

This commit is contained in:
Sergio Betanzos 2022-06-15 12:17:35 +02:00 committed by GitHub
parent 37f8b7fe98
commit 57be128ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ module.exports = {
params: {
username: {
from: postBody,
default: 0,
default: '',
},
password: {
from: postBody,