diff options
Diffstat (limited to 'internal/api/client/user/passwordchange.go')
-rw-r--r-- | internal/api/client/user/passwordchange.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/user/passwordchange.go b/internal/api/client/user/passwordchange.go index 8a1487ac0..c2928e9e5 100644 --- a/internal/api/client/user/passwordchange.go +++ b/internal/api/client/user/passwordchange.go @@ -99,5 +99,5 @@ func (m *Module) PasswordChangePOSTHandler(c *gin.Context) { return } - c.JSON(http.StatusOK, gin.H{"status": "OK"}) + apiutil.Data(c, http.StatusOK, apiutil.AppJSON, apiutil.StatusOKJSON) } |