mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-31 15:48:57 +02:00
Renamed injection services
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
initLogoutPatch(
|
||||
'{{ oidc.client.logout_url }}',
|
||||
'{{ WEB_PROTOCOL }}',
|
||||
'{{ PRIMARY_DOMAIN }}'
|
||||
);
|
||||
});
|
Reference in New Issue
Block a user