Skip to content

Commit

Permalink
account.ChangeUsername: one should be able to unset username as well
Browse files Browse the repository at this point in the history
  • Loading branch information
joonas-fi committed Mar 20, 2020
1 parent 779822b commit 766add9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apitypes/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"title": "Change username",
"fields": [
{ "key": "Account", "hideIfDefaultValue": true },
{ "key": "Username" }
{ "key": "Username", "optional": true }
]
},
{
Expand Down

0 comments on commit 766add9

Please sign in to comment.