stephb9959
2023-09-06 10:38:13 -07:00
parent 9fdd0019c1
commit 5e58f7ef37

View File

@@ -41,7 +41,7 @@ namespace OpenWifi {
else if (Action == "email_verification")
return DoEmailVerification(Link);
else if (Action == "sub_email_verification")
return DoSubEmailVerification(Link);
return DoEmailVerification(Link);
else if (Action == "signup_verification")
return DoNewSubVerification(Link);
else