stephb9959
2022-05-11 08:49:08 -07:00
parent 6afd6ea3a6
commit af686c46bd

View File

@@ -210,8 +210,9 @@ namespace OpenWifi {
Logger().information(fmt::format("({}): Completed subscriber e-mail verification and password.",UInfo.email));
Poco::JSON::Object::Ptr Response;
ProvRequest.Do(Response);
Logger().information(fmt::format("({}): Completed subscriber e-mail verification. Provisioning notified.",UInfo.email));
SendHTMLFileBack(FormFile,FormVars);
Logger().information(fmt::format("({}): Completed subscriber e-mail verification. FORM notified.",UInfo.email));
} else {
DoReturnA404();
}