summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/twitter_api/views/password_view.ex
blob: e6bef19dc59a96298e717b7c6b63f21693690a0d (plain)
1
2
3
4
5
6
7
8
# Pleroma: A lightweight social networking server
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.TwitterAPI.PasswordView do
  use Pleroma.Web, :view
  import Phoenix.HTML.Form
end