Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LICENCE

(The MIT License)

Copyright © 2012-2014 Hashobject Ltd (team@hashobject.com)
Copyright © 2012-2016 Hashobject Ltd (team@hashobject.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the 'Software'), to deal
Expand Down
1 change: 0 additions & 1 deletion server.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ GITHUB_CLIENT_SECRET = process.env.GITHUB_CLIENT_SECRET || "f70b6f1468f4ef87ba18

app = module.exports = express.createServer()


passport.serializeUser (user, done) ->
done(null, user);

Expand Down