Framework update.

This commit is contained in:
stephb9959
2022-05-06 09:35:20 -07:00
parent 8076467b20
commit 5fbad76c83
13 changed files with 50 additions and 62 deletions

View File

@@ -56,7 +56,7 @@ namespace OpenWifi {
}
void RESTAPI_oauth2_handler::DoPost() {
auto Obj = ParseStream();
const auto & Obj = ParsedBody_;
auto userId = GetS(RESTAPI::Protocol::USERID, Obj);
auto password = GetS(RESTAPI::Protocol::PASSWORD, Obj);
auto newPassword = GetS(RESTAPI::Protocol::NEWPASSWORD, Obj);