Fixed timeout

This commit is contained in:
Torsten Schulz
2024-02-15 17:06:02 +01:00
parent bbf8412f7c
commit a580b51f1a
4 changed files with 24 additions and 13 deletions

View File

@@ -90,6 +90,8 @@ private:
int messageCursorPosition_{-1};
std::unique_ptr<Wt::WSound> messageReceived_;
Search searchFields;
Wt::WTimer *loginTimer_;
Wt::WTimer *timeoutRemainingTimer_;
void setMetaTags();
void initApp();
void reSetUser();