-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deferredLogin not defined #26
Comments
I think comment it out should be fine? |
Happens to me too, comment it out can be a solution. Anyway, do you know where should be deferredLogin defined and why? |
Wondering what's the proper solution to this. |
I have the same issue, any fix ? |
I've made a pull request of the fix in the #45 issue |
Fixed in 0.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
deferredLogin is in loginWindow_exitHandler() which is undefined and prevents window.open to be called twice.
The text was updated successfully, but these errors were encountered: