From fa6414d93e3aebd8e9b6697af76c0268e4fcb6c3 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Tue, 10 Dec 2019 12:37:23 +0100
Subject: [PATCH] new SAML header

---
 js/headfoot.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/js/headfoot.js b/js/headfoot.js
index 81a71cf..65e0e27 100755
--- a/js/headfoot.js
+++ b/js/headfoot.js
@@ -129,6 +129,7 @@ function head(){
                 headlink.innerHTML="Account";
                 headlink.href="/account/";
             }
+            console.log(user)
             if(typeof user !== 'undefined'){ //user has priority
                 headlink.innerHTML="Logout";
                 headlink.href="/account/logout";
-- 
GitLab