Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 24, 2025
1 parent 4b5773a commit dafe7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-cognito/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -992,15 +992,15 @@ pool.addDomain('CognitoDomainWithBlandingDesignManagedLogin', {
cognitoDomain: {
domainPrefix: 'blanding-design-ui',
},
managedLoginversion: cognito.ManagedLoginversion.NEWER_MANAGED_LOGIN,
managedLoginVersion: cognito.ManagedLoginVersion.NEWER_MANAGED_LOGIN,
});

// Use the classic hosted UI
pool.addDomain('DomainWithClassicHostedUi', {
cognitoDomain: {
domainPrefix: 'classic-hosted-ui',
},
managedLoginVersion: cognito.ManagedLoginversion.CLASSIC_HOSTED_UI,
managedLoginVersion: cognito.ManagedLoginVersion.CLASSIC_HOSTED_UI,
});
```

Expand Down

0 comments on commit dafe7e9

Please sign in to comment.