You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've created a user pool with custom schema and have used UserPoolAttribute.TIMEZONE as the attribute name.
This creates an attribute named custom:timezone but i believe it should actually have mapped to the zoneinfo standard attribute.
Hi,
I've created a user pool with custom schema and have used
UserPoolAttribute.TIMEZONE
as the attribute name.This creates an attribute named
custom:timezone
but i believe it should actually have mapped to thezoneinfo
standard attribute.Reproduction Steps
Create a user pool with a schema like:
After creation, inspect the user pool in the console, there will be a "custom:timezone" attribute listed.
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: