diff --git a/framework/Furion/SpecificationDocument/Assets/index-mini-profiler.html b/framework/Furion/SpecificationDocument/Assets/index-mini-profiler.html index 47046f39d0948e73df2ef3a1a49e61721013d402..44f5717f971320d6d3a0824eb1e59fb7398d26a2 100644 --- a/framework/Furion/SpecificationDocument/Assets/index-mini-profiler.html +++ b/framework/Furion/SpecificationDocument/Assets/index-mini-profiler.html @@ -424,8 +424,8 @@ success: function (res, headerMap) { if (res.toString() === "200") { loginForm.style.display = "none"; - defaultResponseInterceptor({ headers: headerMap }); initSwaggerUI(configObject, oauthConfigObject); + defaultResponseInterceptor({ headers: headerMap }); } else { loginError.innerHTML = "Invalid UserName or Password."; diff --git a/framework/Furion/SpecificationDocument/Assets/index.html b/framework/Furion/SpecificationDocument/Assets/index.html index a9990f054a10e1046f86f8034a849c6e715cd166..45cfd0a0dd2cd9aa05734e963b8dcf2eb6653aea 100644 --- a/framework/Furion/SpecificationDocument/Assets/index.html +++ b/framework/Furion/SpecificationDocument/Assets/index.html @@ -423,8 +423,8 @@ success: function (res, headerMap) { if (res.toString() === "200") { loginForm.style.display = "none"; - defaultResponseInterceptor(res, headerMap); initSwaggerUI(configObject, oauthConfigObject); + defaultResponseInterceptor(res, headerMap); } else { loginError.innerHTML = "Invalid UserName or Password.";