mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
Solved bug existed due to difference between mailu domain and hostname difference. also refactored during this to find the bug
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
initLogoutPatch(
|
||||
'{{ oidc.client.logout_url }}',
|
||||
'{{ OIDC.CLIENT.LOGOUT_URL }}',
|
||||
'{{ WEB_PROTOCOL }}',
|
||||
'{{ PRIMARY_DOMAIN }}'
|
||||
);
|
||||
|
Reference in New Issue
Block a user