We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6176eee commit 95a7daeCopy full SHA for 95a7dae
frontend/public/swagger-ui-bundle.js
@@ -41747,7 +41747,8 @@
41747
}
41748
if (!a.ok) {
41749
const s = new Error(a.statusText || `response status is ${a.status}`)
41750
- if (a.status === 401 && a.statusText === 'Unauthorized') {
+ // if (a.status === 401 && a.statusText === 'Unauthorized') {
41751
+ if (a.status === 401) {
41752
location.href = location.pathname.replace('/docs', '/') + '#/401?title=unauthorized&target=docs'
41753
return a
41754
0 commit comments