updated code comments and fixed checkApiError legacy calls

This commit is contained in:
Gani Georgiev
2026-06-02 14:04:47 +03:00
parent 40d2849aa6
commit e5964e739e
11 changed files with 26 additions and 24 deletions
+2 -2
View File
@@ -1355,8 +1355,8 @@ function authProvidersTab(collection, data) {
local.isLoading = false;
} catch (err) {
if (err?.isAbort) {
app.pb.checkApiError(err);
if (!err?.isAbort) {
app.checkApiError(err);
local.isLoading = false;
}
}