Add password reset.

This commit is contained in:
Roger Braun 2017-10-19 17:37:24 +02:00
commit 6af164f27b
10 changed files with 127 additions and 0 deletions

View file

@ -0,0 +1,4 @@
defmodule Pleroma.Web.TwitterAPI.UtilView do
use Pleroma.Web, :view
import Phoenix.HTML.Form
end