Break complement to check it fails CI

This commit is contained in:
Kegan Dougal 2022-01-19 14:21:29 +00:00
parent 46ad704d65
commit 8d3a2d87e6

View file

@ -473,7 +473,7 @@ func Setup(
}),
).Methods(http.MethodGet, http.MethodOptions)
r0mux.Handle("/account/password",
r0mux.Handle("/account/passwordaa",
httputil.MakeAuthAPI("password", userAPI, func(req *http.Request, device *userapi.Device) util.JSONResponse {
if r := rateLimits.Limit(req); r != nil {
return *r