diff --git a/frontend/public/swagger-ui-bundle.js b/frontend/public/swagger-ui-bundle.js index 87239a84..cdbe29ac 100644 --- a/frontend/public/swagger-ui-bundle.js +++ b/frontend/public/swagger-ui-bundle.js @@ -41747,7 +41747,8 @@ } if (!a.ok) { const s = new Error(a.statusText || `response status is ${a.status}`) - if (a.status === 401 && a.statusText === 'Unauthorized') { + // if (a.status === 401 && a.statusText === 'Unauthorized') { + if (a.status === 401) { location.href = location.pathname.replace('/docs', '/') + '#/401?title=unauthorized&target=docs' return a }