Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature flag useEnabledMfas's default value for new projects is wrong #7431

Open
choyky opened this issue May 2, 2024 · 0 comments
Open
Labels
amplify/cli Issues tied to CLI

Comments

@choyky
Copy link

choyky commented May 2, 2024

Describe the content issue:
In below document, the default value for new projects for feature flag useEnabledMfas is marked as false, but in fact it should be true.

URL page where content issue is:
https://docs.amplify.aws/javascript/tools/cli/reference/feature-flags/#useEnabledMfas

Ref.
https://github.com/aws-amplify/amplify-cli/blob/dev/packages/amplify-cli-core/src/feature-flags/featureFlags.ts#L714

      {
        name: 'useEnabledMfas',
        type: 'boolean',
        defaultValueForExistingProjects: false,
        defaultValueForNewProjects: true,
      }
@jacoblogan jacoblogan added the amplify/cli Issues tied to CLI label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
amplify/cli Issues tied to CLI
Projects
None yet
Development

No branches or pull requests

2 participants