remove action=register_form check (#3466)

This commit is contained in:
ruslandoga 2023-11-01 02:59:00 +09:00 committed by GitHub
parent 65021f9304
commit 463697661c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,6 @@ defmodule PlausibleWeb.AuthController do
plug(
PlausibleWeb.RequireLoggedOutPlug
when action in [
:register_form,
:register,
:register_from_invitation,
:login_form,