Commit fa6414d9 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

new SAML header

parent da115f20
Pipeline #363 passed with stage
in 5 seconds
Showing with 1 addition and 0 deletions
+1 -0
...@@ -129,6 +129,7 @@ function head(){ ...@@ -129,6 +129,7 @@ function head(){
headlink.innerHTML="Account"; headlink.innerHTML="Account";
headlink.href="/account/"; headlink.href="/account/";
} }
console.log(user)
if(typeof user !== 'undefined'){ //user has priority if(typeof user !== 'undefined'){ //user has priority
headlink.innerHTML="Logout"; headlink.innerHTML="Logout";
headlink.href="/account/logout"; headlink.href="/account/logout";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment