Skip to content

Commit

Permalink
feautre(FacebookSocialLogin):
Browse files Browse the repository at this point in the history
Enable Social Login using facebook

[Delivers #167574878]
  • Loading branch information
Adekoreday committed Jul 31, 2019
1 parent 14322ad commit 072b15f
Show file tree
Hide file tree
Showing 16 changed files with 422 additions and 194 deletions.
2 changes: 1 addition & 1 deletion .sequelizerc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ const path = require('path');
module.exports = {
'config': path.resolve('server/database/config', 'config.js'),
'models-path': path.resolve('server/database/models'),
'seeds-path': path.resolve('server/database/seeds'),
'seeders-path': path.resolve('server/database/seeds'),
'migrations-path': path.resolve('server/database/migrations')
}
Loading

0 comments on commit 072b15f

Please sign in to comment.