Add password reset.
This commit is contained in:
parent
a17b261379
commit
6af164f27b
10 changed files with 127 additions and 0 deletions
4
lib/pleroma/web/twitter_api/views/util_view.ex
Normal file
4
lib/pleroma/web/twitter_api/views/util_view.ex
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
defmodule Pleroma.Web.TwitterAPI.UtilView do
|
||||
use Pleroma.Web, :view
|
||||
import Phoenix.HTML.Form
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue