diff --git a/system/service/user.go b/system/service/user.go index b09f649c3..b9ac03508 100644 --- a/system/service/user.go +++ b/system/service/user.go @@ -350,7 +350,7 @@ func (svc user) Find(ctx context.Context, filter types.UserFilter) (uu types.Use func (svc user) Create(ctx context.Context, new *types.User) (u *types.User, err error) { var ( - uaProps = &userActionProps{new: new} + uaProps = &userActionProps{user: new} ) err = func() (err error) {