aboutsummaryrefslogtreecommitdiffstats
path: root/commands/user_create.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/user_create.go')
-rw-r--r--commands/user_create.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/user_create.go b/commands/user_create.go
index 95e09050..df4aa8e9 100644
--- a/commands/user_create.go
+++ b/commands/user_create.go
@@ -43,7 +43,7 @@ func runUserCreate(cmd *cobra.Command, args []string) error {
return err
}
- id, err := backend.NewIdentityRaw(name, email, avatarURL, nil)
+ id, err := backend.NewIdentityRaw(name, email, "", avatarURL, nil)
if err != nil {
return err
}