philomena/lib/pow_captcha/captcha.ex
2019-11-20 17:45:17 -05:00

7 lines
No EOL
133 B
Elixir

defmodule PowCaptcha do
@moduledoc false
use Pow.Extension.Base
@impl true
def phoenix_controller_callbacks?(), do: true
end