Merge PR #369: Username optional on account interface

This commit is contained in:
Jenkins nymea 2021-02-25 11:26:58 +01:00
commit 13629ec553

View File

@ -8,8 +8,8 @@
}, },
{ {
"name": "userDisplayName", "name": "userDisplayName",
"type": "QString" "type": "QString",
"optional": true
} }
] ]
} }