fix: handle multi social auth strategies
This commit is contained in:
@@ -40,7 +40,7 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
|
||||
passport.use('google', strategy)
|
||||
passport.use(conf.key, strategy)
|
||||
},
|
||||
logout (conf) {
|
||||
return '/'
|
||||
|
Reference in New Issue
Block a user