mirror of
https://github.com/paralus/paralus.git
synced 2026-08-24 15:47:19 +00:00
removed desc from user traits
This commit is contained in:
@@ -288,7 +288,7 @@ retry:
|
||||
numOfRetries := 0
|
||||
// should we directly interact with kratos and create a user with a password?
|
||||
orgA, err := us.Create(context.Background(), &userv3.User{
|
||||
Metadata: &commonv3.Metadata{Name: *oae, Partner: *partner, Organization: *org, Description: "..."},
|
||||
Metadata: &commonv3.Metadata{Name: *oae, Partner: *partner, Organization: *org},
|
||||
Spec: &userv3.UserSpec{
|
||||
FirstName: *oafn,
|
||||
LastName: *oaln,
|
||||
|
||||
Reference in New Issue
Block a user