mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 06:04:29 +00:00
Revert "improve user experience when generating new app"
This reverts commit 99eb07fecdee9e90b90667e35590a0abbd5577b2.
This commit is contained in:
parent
99eb07fecd
commit
9b02ccfead
@ -187,7 +187,7 @@ module.exports = (scope, cb) => {
|
||||
type: 'input',
|
||||
name: 'authenticationDatabase',
|
||||
message: 'Authentication database:',
|
||||
default: _.get(scope.database, 'authenticationDatabase', 'admin')
|
||||
default: _.get(scope.database, 'authenticationDatabase', undefined)
|
||||
},
|
||||
{
|
||||
when: !hasDatabaseConfig && scope.client.database === 'mongo',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user