Commit 2a02be75 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

test dynamic header

parent 1dda998b
Pipeline #104 passed with stage
in 4 seconds
......@@ -11,6 +11,7 @@ function prependChild(parent,child){
}
function userAuthenticated(){
console.log(document.getElementById('loginswitch'));
let params = new URLSearchParams(window.location.search);
if(params.get('isAuthenticatedUser')){
return true;
......
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