feat: add custom.js to keycloak oc theme

This commit is contained in:
Alex Ackermann
2025-06-26 09:39:57 +02:00
parent 5c1ec0ed66
commit c03a235687
3 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
document.addEventListener("DOMContentLoaded", function () {
//Add your custom JavaScript code here
});