Skip to content
Snippets Groups Projects
Commit 70e343d1 authored by Chris Hines's avatar Chris Hines
Browse files

I think I fixed it

parent 8f276315
No related branches found
No related tags found
2 merge requests!21New css dev,!13Dev
Pipeline #7542 passed
......@@ -314,7 +314,7 @@ public getKeys(id?: Identity) {
sessionStorage.setItem('authservice', JSON.stringify([authservice,nonce]));
console.log('stored the authservice in sessionStorage');
console.log(sessionStorage.getItem('authservice'));
sessionStorage.setItem('path', this.location.path());
sessionStorage.setItem('path', '/launch');
if (authservice.scope == null) {
window.location.assign(authservice.authorise+"?response_type=token&redirect_uri="+redirect_uri+"&state="+nonce+"&client_id="+authservice.client_id);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment