updated code comments and fixed checkApiError legacy calls
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user