konsumer / tindercred

display credentials for facebook authentication on tinder
2 stars 5 forks source link

fix for if someone's not logged in #2

Open mayeaux opened 8 years ago

mayeaux commented 8 years ago

Here's a fix that I could get around the issue we were discussing with my basic nw.js skills

What I want to do is check for the token on load, and if it's not there, bind with callRecursive to the login_form element and then start triggering callRecursive there, instead of just automatically, but have had a helluva time trying to grab that element to bind to. If I figure it out/you give me a pointer I can polish up this PR into something less hacky