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

Support for accounts-microsoft #49

Open
Bandit opened this issue Apr 13, 2016 · 0 comments
Open

Support for accounts-microsoft #49

Bandit opened this issue Apr 13, 2016 · 0 comments

Comments

@Bandit
Copy link

Bandit commented Apr 13, 2016

I get a Exception in onLogin callback: TypeError: Object [object Object] has no method 'map' at getEmailsFromService (packages/splendido_accounts-emails-field.js:115:16)

This is what the Microsoft service roughly looks like in Mongo:

"services": {
        "microsoft": {
            ...
            "emails": {
                "preferred": "[email protected]",
                "account": "[email protected]",
                "personal": null,
                "business": null
            },
            ...
        }
}

I'm not sure how to fix it myself and make a pull request unfortunately (how do I add a forked version of this package to my Meteor app?)

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

No branches or pull requests

1 participant