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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user