Guard cloud logout on tagged HTTP errors

This commit is contained in:
SoftFever
2026-05-22 01:15:54 +08:00
parent ffa294b29b
commit 7aeb26280d
2 changed files with 3 additions and 3 deletions

View File

@@ -494,7 +494,7 @@ public:
void request_open_project(std::string project_id);
void request_remove_project(std::string project_id);
void handle_http_error(unsigned int status, std::string body, const std::string& provider = ORCA_CLOUD_PROVIDER);
void handle_http_error(unsigned int status, std::string body, const std::string& provider = "");
void on_http_error(wxCommandEvent &evt);
void on_update_machine_list(wxCommandEvent& evt);
void on_user_login(wxCommandEvent &evt);