We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a61aef commit 0cf5eddCopy full SHA for 0cf5edd
templates/cli/lib/questions.js.twig
@@ -301,7 +301,7 @@ const questionsLogin = [
301
}
302
return true;
303
},
304
- when: (answers) => answers.method === 'login'
+ when: (answers) => answers.method !== 'select'
305
306
{
307
type: "password",
@@ -314,7 +314,7 @@ const questionsLogin = [
314
315
316
317
318
319
320
type: "list",
0 commit comments