diff options
Diffstat (limited to 'lib/pleroma/web/oauth/authenticator_adapter.ex')
-rw-r--r-- | lib/pleroma/web/oauth/authenticator_adapter.ex | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/pleroma/web/oauth/authenticator_adapter.ex b/lib/pleroma/web/oauth/authenticator_adapter.ex deleted file mode 100644 index 282963b1c..000000000 --- a/lib/pleroma/web/oauth/authenticator_adapter.ex +++ /dev/null @@ -1,7 +0,0 @@ -defmodule Pleroma.Web.AuthenticatorAdapter do - alias Pleroma.User - - @callback get_user(Plug.Conn.t()) :: {:ok, User.t()} | {:error, any()} - - @callback handle_error(Plug.Conn.t(), any()) :: any() -end |