philomena/lib/pow_captcha/captcha.ex

7 lines
133 B
Elixir
Raw Normal View History

2019-11-20 23:45:17 +01:00
defmodule PowCaptcha do
@moduledoc false
use Pow.Extension.Base
@impl true
def phoenix_controller_callbacks?(), do: true
end