Skip to content
Snippets Groups Projects
Verified Commit a88617ae authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

cli/admin: Add the default domain value to empty

Same as provider url
parent b8c0d2dc
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ def _create_collection(name):
@click.option('--email', default='', help="User's email")
@click.option('--collection', help="User's collection")
@click.option('--provider-url', default='', help="Provider URL")
@click.option('--domain', help="The domain")
@click.option('--domain', default='', help="The domain")
@click.pass_context
def user_create(ctx, username, password, firstname, lastname, email,
collection, provider_url, domain):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment