Skip to content

Commit

Permalink
Set attributes directly on OpenID strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
kynan committed Sep 25, 2013
1 parent dde68c6 commit 814821a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ require('zappajs') host, port, ->
passport = require 'passport'
googOID = require('passport-google').Strategy

googOID.prototype.saveAssociation = db.saveAssociation
googOID.prototype.loadAssociation = db.loadAssociation
googOID.saveAssociation = db.saveAssociation
googOID.loadAssociation = db.loadAssociation

gateway = braintree.connect({
environment: braintree.Environment.Sandbox,
Expand Down

0 comments on commit 814821a

Please sign in to comment.