feat: auth + storage config improvements
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
module.exports = {
|
||||
key: 'disk',
|
||||
title: 'Local FS',
|
||||
props: ['path'],
|
||||
props: {
|
||||
path: String
|
||||
},
|
||||
activate() {
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user