Skip to content

Commit cc6235a

Browse files
authored
Prepare for future fix
1 parent 1b8aab5 commit cc6235a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

templates/cli/lib/questions.js.twig

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -416,14 +416,13 @@ const questionsListFactors = [
416416
{
417417
name: `Phone (SMS)`,
418418
value: 'phone'
419+
},
420+
{
421+
name: `Recovery code`,
422+
value: 'recoveryCode'
419423
}
420424
].filter((ch) => factors[ch.value] === true);
421425

422-
choices.push({
423-
name: `Recovery code`,
424-
value: 'recoveryCode'
425-
});
426-
427426
return choices;
428427
}
429428
}

0 commit comments

Comments
 (0)