Skip to content
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

Use _attemptLogin to try to login if accounts-base is available #24

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mitar
Copy link
Contributor

@mitar mitar commented Apr 21, 2016

Fixes: #22

@@ -36,7 +36,7 @@ if (__meteor_runtime_config__.SANDSTORM) {
return true;
});
Package["accounts-base"].Accounts.validateNewUser(function (user) {
if (!user.services.sandstorm) {
if (!(user.services && user.services.sandstorm)) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also fixed this.

@mitar
Copy link
Contributor Author

mitar commented Aug 20, 2016

Updated to the latest master.

@mitar
Copy link
Contributor Author

mitar commented May 26, 2017

Updated to the latest master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants