Merge branch 'develop' into feature/database-compaction
[akkoma] / lib / pleroma / web / auth / pleroma_authenticator.ex
index 60847ce6a2ff819a04a0b1027ffc7de1d1cc398f..c826adb4c504ab6c64823bcc71b53ffbdb180c92 100644 (file)
@@ -4,9 +4,9 @@
 
 defmodule Pleroma.Web.Auth.PleromaAuthenticator do
   alias Comeonin.Pbkdf2
-  alias Pleroma.User
   alias Pleroma.Registration
   alias Pleroma.Repo
+  alias Pleroma.User
 
   @behaviour Pleroma.Web.Auth.Authenticator
 
@@ -92,4 +92,6 @@ defmodule Pleroma.Web.Auth.PleromaAuthenticator do
   end
 
   def auth_template, do: nil
+
+  def oauth_consumer_template, do: nil
 end