Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Mar 14, 2023
2 parents 8d7ca50 + dc84d7c commit b4142ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/pulumi-aws/src/apps/core/CoreCognito.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ export const CoreCognito = createAppModule({
verificationMessageTemplate: {
defaultEmailOption: "CONFIRM_WITH_CODE"
},
accountRecoverySetting: {
recoveryMechanisms: [{ name: "verified_email", priority: 1 }]
},
schemas: [
{
attributeDataType: "String",
Expand Down

0 comments on commit b4142ac

Please sign in to comment.