philomena/lib/pow_captcha/captcha.ex
2020-01-10 23:20:19 -05:00

7 lines
134 B
Elixir

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