Fixing ActionLinks

This commit is contained in:
stephb9959
2021-11-09 17:22:00 -08:00
parent 2eae6cc73c
commit a63f80e497

View File

@@ -20,7 +20,7 @@ namespace OpenWifi {
Server,
Internal,
false,
true) {}
true, RateLimit{.Interval=1000,.MaxCalls=2}) {}
static const std::list<const char *> PathName() { return std::list<const char *>{"/api/v1/actionLink"}; };
void RequestResetPassword(SecurityObjects::ActionLink &Link);
void CompleteResetPassword();