From d7f6d9db3120d26e595b64eeb37c369d9dc276f9 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Thu, 5 May 2022 09:29:20 -0700 Subject: [PATCH] Framework update. --- src/framework/ow_constants.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/framework/ow_constants.h b/src/framework/ow_constants.h index 7311c28..7e34c7e 100644 --- a/src/framework/ow_constants.h +++ b/src/framework/ow_constants.h @@ -102,6 +102,8 @@ namespace OpenWifi::RESTAPI::Errors { static const std::string InvalidRegistrationOperatorId{"Invalid registration operator ID."}; static const std::string InvalidRegistrationOperatorName{"Invalid registration operator name."}; static const std::string RegistrationNameDuplicate{"Registration name must be unique."}; + static const std::string SMSMFANotEnabled{"SMS is not enabled in the security service."}; + static const std::string EMailMFANotEnabled{"email is not enabled in the security service."}; } namespace OpenWifi::RESTAPI::Protocol {