Skip to content
Snippets Groups Projects
Commit 05a125a2 authored by Armin Felder's avatar Armin Felder
Browse files

added secret

parent 53e49ace
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,8 @@ ...@@ -67,6 +67,8 @@
if (popupClosed) { if (popupClosed) {
clearInterval(checkPopupOpen); clearInterval(checkPopupOpen);
var secret = localStorage.getItem('meteor_accounts_loginServiceConfiguration'+token);
console.log(secret);
LoginWithOpenId(url, token, secret); LoginWithOpenId(url, token, secret);
} }
}, 100); }, 100);
......
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