feat: auth + storage config improvements
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
module.exports = {
|
||||
key: 'gdrive',
|
||||
title: 'Google Drive',
|
||||
props: [],
|
||||
props: {
|
||||
clientId: String,
|
||||
clientSecret: String
|
||||
},
|
||||
activate() {
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user