[#114] Addressed warnings. Fix of `with` statement clause in `password_reset`.
[akkoma] / lib / pleroma / web / oauth / oauth_view.ex
1 defmodule Pleroma.Web.OAuth.OAuthView do
2 use Pleroma.Web, :view
3 import Phoenix.HTML.Form
4 end