Fixing MFA saving issue

This commit is contained in:
stephb9959
2021-10-12 13:55:58 -07:00
parent 448b5949d8
commit 0013f47cbf
5 changed files with 79 additions and 38 deletions

View File

@@ -50,6 +50,8 @@ namespace OpenWifi::RESTAPI::Errors {
static const std::string InvalidPassword{"Invalid password."};
static const std::string PasswordRejected{"Password was rejected. This maybe an old password."};
static const std::string InvalidIPRanges{"Invalid IP range specifications."};
static const std::string NeedMobileNumber{"You must provide at least one validated phone number."};
static const std::string BadMFAMethod{"MFA only supports sms or email."};
}
#endif //OWPROV_RESTAPI_ERRORS_H