## 2025-05-22 - [Accessibility: Password Toggles] **Learning:** Icon-only buttons for password visibility toggles are a common accessibility gap. Adding `aria-label` and `aria-pressed` ensures screen reader users understand the button's purpose and state. **Action:** Always check password fields and add these attributes along with corresponding translations in `translations.ts`.