Skip to content

Commit

Permalink
fix(cognito-userpool): include auto verified attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Dec 26, 2024
1 parent 0a4b89a commit 593b1c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/cognito-userpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ func (r *CognitoUserPool) Remove(_ context.Context) error {
UserPoolId: r.ID,
DeletionProtection: ptr.String("INACTIVE"),
UserAttributeUpdateSettings: userPool.UserPool.UserAttributeUpdateSettings,
AutoVerifiedAttributes: userPool.UserPool.AutoVerifiedAttributes,
})
if updateErr != nil {
return updateErr
Expand Down

0 comments on commit 593b1c6

Please sign in to comment.