StanfordSpezi / SpeziAccount

The Spezi Account module to enable login and signup functionality
https://swiftpackageindex.com/StanfordSpezi/SpeziAccount/documentation/
MIT License
5 stars 5 forks source link

Add hide/show button for password field #65

Open Supereg opened 3 weeks ago

Supereg commented 3 weeks ago

Problem

Currently, the password field always hides the password content. Modern applications typically provide a way to show the current password. This is especially useful as we do not require to re-enter the password in the signup process.

Solution

Add a reusable password field that has a show/hide button. Automatically changing the textfield type.

Additional context

No response

Code of Conduct