Commit 1dda998b authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

test dynamic header

parent c39030da
Pipeline #103 passed with stage
in 5 seconds
......@@ -14,6 +14,8 @@ function userAuthenticated(){
let params = new URLSearchParams(window.location.search);
if(params.get('isAuthenticatedUser')){
return true;
}else if(document.getElementById('loginswitch').href == '1'){
return true;
}else{
return false;
}
......
Markdown is supported
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