feat(auth): show/hide password toggle on login #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/login-show-password"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds an "Anzeigen"/"Verbergen" button in the password field's input-group that toggles the field between password and text. Resets to hidden whenever the login view is shown. Pure UI, no backend change.