Fixed encoding & URL issues for users & groups pages (#896)

* Fixed encoding & URL issues for users & groups pages
* Update portal-ui/src/screens/Console/Users/ListUsers.tsx

Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
Alex
2021-07-23 20:37:34 -05:00
committed by GitHub
parent 6c7bfe6514
commit 4fdf9a1190
48 changed files with 793 additions and 691 deletions

View File

@@ -48,7 +48,7 @@ func NewUpdateUserInfo(ctx *middleware.Context, handler UpdateUserInfoHandler) *
return &UpdateUserInfo{Context: ctx, Handler: handler}
}
/* UpdateUserInfo swagger:route PUT /users/{name} AdminAPI updateUserInfo
/* UpdateUserInfo swagger:route PUT /user AdminAPI updateUserInfo
Update User Info