Fix not passing app key correctly in dropbox config
This commit is contained in:
@@ -81,7 +81,8 @@ module.exports = {
|
||||
},
|
||||
dropbox: {
|
||||
clientID: undefined,
|
||||
clientSecret: undefined
|
||||
clientSecret: undefined,
|
||||
appKey: undefined
|
||||
},
|
||||
google: {
|
||||
clientID: undefined,
|
||||
|
||||
Reference in New Issue
Block a user