remove action=register_form check (#3466)
This commit is contained in:
parent
65021f9304
commit
463697661c
|
|
@ -7,7 +7,6 @@ defmodule PlausibleWeb.AuthController do
|
||||||
plug(
|
plug(
|
||||||
PlausibleWeb.RequireLoggedOutPlug
|
PlausibleWeb.RequireLoggedOutPlug
|
||||||
when action in [
|
when action in [
|
||||||
:register_form,
|
|
||||||
:register,
|
:register,
|
||||||
:register_from_invitation,
|
:register_from_invitation,
|
||||||
:login_form,
|
:login_form,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue