Implement OTP page in config

a
This commit is contained in:
Yukino Song
2024-08-28 03:04:50 +08:00
parent 86e707618f
commit b8d3ebb248
6 changed files with 87 additions and 13 deletions

View File

@@ -766,8 +766,8 @@ namespace confighttp {
}
outputTree.put("otp", nvhttp::request_otp(it->second));
outputTree.put("statue", true);
outputTree.put("message", "OTP created, effective within 1 minute.");
outputTree.put("status", true);
outputTree.put("message", "OTP created, effective within 3 minutes.");
}
catch (std::exception &e) {
BOOST_LOG(warning) << "OTP creation failed: "sv << e.what();