@overmap-ai/core 1.0.48-fix-agent-errors.1 → 1.0.48-fix-agent-errors.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/overmap-core.js
CHANGED
|
@@ -4170,7 +4170,7 @@ async function performRequest(action, client) {
|
|
|
4170
4170
|
const errorResponse = extractResponseFromError(error2);
|
|
4171
4171
|
const status = errorResponse == null ? void 0 : errorResponse.status;
|
|
4172
4172
|
if (status === 401) {
|
|
4173
|
-
if (url.endsWith("
|
|
4173
|
+
if (url.endsWith("/token/refresh/")) {
|
|
4174
4174
|
if (state.authReducer.isLoggedIn) {
|
|
4175
4175
|
console.warn("No signed-in user to sign out.");
|
|
4176
4176
|
}
|