RateLimiter module name
[akkoma] / lib / pleroma / web / mastodon_api / controllers / auth_controller.ex
index 57c0be5fea166463b652d9683e3ca4c8684271e2..75b809aabf7c1767a64f05c38387130a92ea8ee0 100644 (file)
@@ -15,7 +15,7 @@ defmodule Pleroma.Web.MastodonAPI.AuthController do
 
   action_fallback(Pleroma.Web.MastodonAPI.FallbackController)
 
-  plug(Pleroma.Plugs.RateLimiter, [name: :password_reset] when action == :password_reset)
+  plug(Pleroma.Web.Plugs.RateLimiter, [name: :password_reset] when action == :password_reset)
 
   @local_mastodon_name "Mastodon-Local"