Skip to content

Commit 766add9

Browse files
committed
account.ChangeUsername: one should be able to unset username as well
1 parent 779822b commit 766add9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apitypes/commands.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"title": "Change username",
3030
"fields": [
3131
{ "key": "Account", "hideIfDefaultValue": true },
32-
{ "key": "Username" }
32+
{ "key": "Username", "optional": true }
3333
]
3434
},
3535
{

0 commit comments

Comments
 (0)