Feature: Passwort-Sichtbarkeits-Toggle in Login- und Registrier-Formular

Eye/Eye-Slash-Button neben Passwort-Felder (Phosphor Icons), schaltet type password/text um. SW by-v199, APP_VER 167.
This commit is contained in:
rene 2026-04-18 13:34:21 +02:00
parent 370ae52138
commit 8fdca1f211
3 changed files with 41 additions and 7 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '166'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '167'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {