Skip to content

Commit 94e8c2e

Browse files
ErisDSacburdine
authored andcommitted
🔥 fix(config): remove unused auth option
no issue - auth is no longer going to be used - as we don't want anyone to use it, we shouldn't output it in help :)
1 parent f613f67 commit 94e8c2e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

‎lib/commands/config/advanced.js

-6
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,6 @@ module.exports = {
140140
configPath: 'ssl.email',
141141
type: 'string'
142142
},
143-
auth: {
144-
description: 'Type of authentication to use',
145-
configPath: 'auth.type',
146-
validate: value => value === 'password',
147-
type: 'string'
148-
},
149143
log: {
150144
description: 'Transport to send Ghost log output to',
151145
configPath: 'logging.transports',

0 commit comments

Comments
 (0)