Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reveal password #4755

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Reveal password #4755

wants to merge 2 commits into from

Conversation

brunnre8
Copy link
Member

The RevealPassword component was a bit strange, in the sense that it didn't really help the callers much.
They all implemented the same logic via copy paste, let's rather shift that into the component.

Rather than just using the RevealPassword as a strange sentinel thing
but repeat the actual logic in the caller, it makes more sense to
push the logic into the HTML element.
The padding is relative and as such under the control of the
RevealPassword component.
Doesn't make sense to override this in the login dialog
@brunnre8 brunnre8 added the Status: needs-review PR not yet reviewed by enough maintainers label Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: needs-review PR not yet reviewed by enough maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant