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 NewGetUserInfo(ctx *middleware.Context, handler GetUserInfoHandler) *GetUse
|
||||
return &GetUserInfo{Context: ctx, Handler: handler}
|
||||
}
|
||||
|
||||
/* GetUserInfo swagger:route GET /users/{name} AdminAPI getUserInfo
|
||||
/* GetUserInfo swagger:route GET /user AdminAPI getUserInfo
|
||||
|
||||
Get User Info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user