Skip to content

Commit

Permalink
NOISSUE - Fix secret reset failing (#2135)
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <[email protected]>
  • Loading branch information
ianmuchyri authored Apr 4, 2024
1 parent 987c853 commit 36944c1
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 36944c1

Please sign in to comment.