Skip to content

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

Open
@choyky

Description

@choyky

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,
      }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions