Updating to new error framework.

This commit is contained in:
stephb9959
2022-05-06 22:42:54 -07:00
parent 704a51290e
commit a699beda84

View File

@@ -11,7 +11,6 @@ namespace OpenWifi {
void RESTAPI_submfa_handler::DoGet() {
SecurityObjects::UserInfo User;
// std::cout << "submfa get " << UserInfo_.userinfo.Id << " user:" << UserInfo_.userinfo.email << std::endl;
if (StorageService()->SubDB().GetUserById(UserInfo_.userinfo.id,User)) {
Poco::JSON::Object Answer;
SecurityObjects::SubMfaConfig MFC;