We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8aab5 commit cc6235aCopy full SHA for cc6235a
templates/cli/lib/questions.js.twig
@@ -416,14 +416,13 @@ const questionsListFactors = [
416
{
417
name: `Phone (SMS)`,
418
value: 'phone'
419
+ },
420
+ {
421
+ name: `Recovery code`,
422
+ value: 'recoveryCode'
423
}
424
].filter((ch) => factors[ch.value] === true);
425
- choices.push({
- name: `Recovery code`,
- value: 'recoveryCode'
- });
426
-
427
return choices;
428
429
0 commit comments