fix: set a grace period for 401 api calls (#13781)

* fix: set a grace period for 401 api calls

* fix
This commit is contained in:
Ian Chua
2026-05-22 00:26:34 +08:00
committed by GitHub
parent bbaa5b761a
commit ffa294b29b
2 changed files with 20 additions and 9 deletions

View File

@@ -326,6 +326,7 @@ private:
bool m_adding_script_handler { false };
bool m_side_popup_status{false};
bool m_show_http_error_msgdlg{false};
std::chrono::steady_clock::time_point m_last_401_error_time;
bool m_show_error_msgdlg{false};
wxString m_info_dialog_content;
HttpServer m_http_server;