aboutsummaryrefslogtreecommitdiffstats
path: root/commands/user_create.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-26 07:38:13 +0100
committerGitHub <noreply@github.com>2020-02-26 07:38:13 +0100
commit0c791483286ce2ed845bbc77b2a2899149ad83c5 (patch)
tree6129d0a6e2efbfa81b26534ee5aeb65ba1261bfe /commands/user_create.go
parent68acfa519ab6656648d1e976db2a4190bbeb5f44 (diff)
parent893de4f5c0e852fac9a73e0c0243bc038af75f17 (diff)
downloadgit-bug-0c791483286ce2ed845bbc77b2a2899149ad83c5.tar.gz
Merge pull request #343 from MichaelMure/login-is-back
identity: bring back the login to hold that info from bridges
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
}