Skip to content

Commit

Permalink
fix(cognito): standard attr timezone unexpectedly creates custom attr (
Browse files Browse the repository at this point in the history
  • Loading branch information
nija-at authored and mergify[bot] committed Jan 27, 2020
1 parent 640a173 commit acf3ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-cognito/lib/user-pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export enum UserPoolAttribute {
/**
* The End-User's time zone
*/
TIMEZONE = 'timezone',
TIMEZONE = 'zoneinfo',

/**
* Time the End-User's information was last updated.
Expand Down

0 comments on commit acf3ffc

Please sign in to comment.