aboutsummaryrefslogtreecommitdiff
path: root/src/components/ui
Commit message (Collapse)AuthorAgeFilesLines
* feat(2fa): implement google authenticator 2faschererleander2025-12-261-0/+143
| | | | | | | | | | - add otplib and qrcode dependencies - update user model with 2fa fields - add twoFactorCode to validation schema - implement api routes for setup, enable, disable - add 2fa verification in auth flow - add 2fa management ui in settings - implement 2fa challenge in login page
* feat: add UI componentsschererleander2025-07-0211-0/+864