We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/jspears/bobamo/blob/master/plugins/passport/passport.js#L14 is missing something like this after it:
if (this.options.authModel) this.conf.authModel = this.options.authModel.modelName;
Should I send you a PR? I'm not sure if that's the intended way for this to work... this repo is a bit of a mess.. (yet, useable :-))
The text was updated successfully, but these errors were encountered:
This commit had something like this in the past: 2803f88#diff-7de939b1fb25607245c250c3447b3f2cR36
Sorry, something went wrong.
Yeah send a pr. Thanks! I'll prolly merge tonight
Sent from my iPhone
On Apr 23, 2014, at 10:56 AM, Oori [email protected] wrote:
— Reply to this email directly or view it on GitHubhttps://github.com//issues/19 .
tonight ? :-)
Successfully merging a pull request may close this issue.
https://github.com/jspears/bobamo/blob/master/plugins/passport/passport.js#L14
is missing something like this after it:
if (this.options.authModel) this.conf.authModel = this.options.authModel.modelName;
Should I send you a PR? I'm not sure if that's the intended way for this to work... this repo is a bit of a mess.. (yet, useable :-))
The text was updated successfully, but these errors were encountered: