Skip to content

Commit

Permalink
add user ID to the MG-client
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <[email protected]>
  • Loading branch information
ianmuchyri committed Apr 3, 2024
1 parent eb6b201 commit 5a652a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions users/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ func (svc service) ResetSecret(ctx context.Context, resetToken, secret string) e
return err
}
c = mgclients.Client{
ID: c.ID,
Credentials: mgclients.Credentials{
Identity: c.Credentials.Identity,
Secret: secret,
Expand Down

0 comments on commit 5a652a1

Please sign in to comment.