EnsurePublicOrAuthenticatedPlug module name

This commit is contained in:
Alexander Strizhakov 2020-06-24 10:53:10 +03:00
commit 011525a3d1
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
16 changed files with 20 additions and 16 deletions

View file

@ -21,7 +21,7 @@ defmodule Pleroma.Web do
"""
alias Pleroma.Plugs.EnsureAuthenticatedPlug
alias Pleroma.Plugs.EnsurePublicOrAuthenticatedPlug
alias Pleroma.Web.Plugs.EnsurePublicOrAuthenticatedPlug
alias Pleroma.Web.Plugs.ExpectAuthenticatedCheckPlug
alias Pleroma.Web.Plugs.ExpectPublicOrAuthenticatedCheckPlug
alias Pleroma.Web.Plugs.OAuthScopesPlug