aws-amplify / aws-amplify/docs

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

Open
#7,431 0 comments 0 reactions 0 assignees View on GitHub
amplify/cli
Dominant language
MDX
Stars
506
Forks
1.1k
Avg merge
3h 14m
Merged PRs (30d)
1

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.