aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/oauth/mfa_view.ex
blob: e88e7066b066faa4ad9f33c6b092791e7a13209d (plain)
1
2
3
4
5
6
7
8
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.OAuth.MFAView do
  use Pleroma.Web, :view
  import Phoenix.HTML.Form
end