mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
7 lines
134 B
Elixir
7 lines
134 B
Elixir
defmodule PowCaptcha do
|
|
@moduledoc false
|
|
use Pow.Extension.Base
|
|
|
|
@impl true
|
|
def phoenix_controller_callbacks?(), do: true
|
|
end
|