This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/master by this push:
new cd1cc83e7f ISIS-3291: remove debug code in prev. commit
cd1cc83e7f is described below
commit cd1cc83e7f84db978ee6f67b969bfe4a067a2458
Author: Andi Huber <[email protected]>
AuthorDate: Tue Nov 22 16:58:14 2022 +0100
ISIS-3291: remove debug code in prev. commit
---
.../viewer/src/main/resources/swagger-ui/index.thtml | 8 --------
1 file changed, 8 deletions(-)
diff --git
a/viewers/restfulobjects/viewer/src/main/resources/swagger-ui/index.thtml
b/viewers/restfulobjects/viewer/src/main/resources/swagger-ui/index.thtml
index 57cfa27363..9079607d32 100644
--- a/viewers/restfulobjects/viewer/src/main/resources/swagger-ui/index.thtml
+++ b/viewers/restfulobjects/viewer/src/main/resources/swagger-ui/index.thtml
@@ -66,17 +66,9 @@
theme: "nord"
},
withCredentials: true,
- onComplete: function() {
- console.log("pre-auth");
- ui.preauthorizeBasic("basicAuth", "sven", "pass");
- }
});
/* End Swagger UI call region */
window.ui = ui;
-
- console.log("pre-auth2");
- ui.preauthorizeBasic("basicAuth", "sven", "pass");
-
}
</script>
</body>