Skip to content

Conversation

@brionmario
Copy link
Member

@brionmario brionmario commented Nov 14, 2025

Purpose

This pull request addresses an issue where password fields were incorrectly rendered as text inputs in the sign-up flow. The main fix ensures that password fields use the correct input type for better security and user experience.

Input component rendering:

  • Updated the input type assignment in transformer.ts to use the correct fieldType instead of the raw input.type, ensuring password fields are rendered properly.

Changelog update:

  • Added a patch changelog entry noting the fix for password fields incorrectly using the text type.

Related Issues

Related PRs

  • N/A

Checklist

  • Followed the CONTRIBUTING guidelines.
  • Manual test round performed and verified.
  • Documentation provided. (Add links if there are any)
  • Unit tests provided. (Add links if there are any)

Security checks

@asgardeo-github-bot
Copy link

🦋 Changeset detected

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

@brionmario brionmario merged commit 79d1d14 into asgardeo:main Nov 14, 2025
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants