preferences UI poc

This commit is contained in:
utkarshcmu
2016-03-05 23:44:56 -08:00
parent cf926134ef
commit 1ef332e82c
7 changed files with 64 additions and 4 deletions
-3
View File
@@ -111,9 +111,6 @@ func UserSetUsingOrg(c *middleware.Context) Response {
}
func ChangeUserPassword(c *middleware.Context, cmd m.ChangeUserPasswordCommand) Response {
log.Info("%v", cmd)
userQuery := m.GetUserByIdQuery{Id: c.UserId}
if err := bus.Dispatch(&userQuery); err != nil {