Change user.discoverable field to user.is_discoverable
[akkoma] / test / web / pleroma_api / controllers / two_factor_authentication_controller_test.exs
index d23d08a005ff60e1f88256c7e2472242e572769f..22988c88158349c0c95e5be460032e0acc58ae22 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.PleromaAPI.TwoFactorAuthenticationControllerTest do
   use Pleroma.Web.ConnCase