Vitron-Front/app
Arda Samadi 501cf28b9a fix(auth): 6-digit OTP in LoginRequiredDialog
The login-required popup still rendered a 4-slot OTP (maxLength=4, gated on
length===4) while the main login page already used 6. Users who triggered
login via the dialog saw the old 4-digit code. Match login.tsx: 6 slots,
length===6, same slot sizing.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-18 17:53:01 +03:30
..
assets first 2026-04-29 01:44:16 +03:30
components fix(auth): 6-digit OTP in LoginRequiredDialog 2026-06-18 17:53:01 +03:30
data first 2026-04-29 01:44:16 +03:30
hooks fix(notifications): read camelCase publicKey from VAPID endpoint 2026-06-17 12:06:35 +00:00
lib first 2026-04-29 01:44:16 +03:30
requestHandler first 2026-04-29 01:44:16 +03:30
routes fix(ios): respect safe-area insets so chrome clears the notch/home bar 2026-06-18 13:42:51 +03:30
styles first 2026-04-29 01:44:16 +03:30
types first 2026-04-29 01:44:16 +03:30
utils first 2026-04-29 01:44:16 +03:30
auth.server.ts first 2026-04-29 01:44:16 +03:30
cookie.ts first 2026-04-29 01:44:16 +03:30
entry.client.tsx first 2026-04-29 01:44:16 +03:30
entry.server.tsx first 2026-04-29 01:44:16 +03:30
i18n.ts first 2026-04-29 01:44:16 +03:30
root.tsx first 2026-04-29 01:44:16 +03:30
sessions.server.ts Security fixes: session hardening, open redirect, SSR path injection 2026-06-14 19:02:11 +03:30
tailwind.css first 2026-04-29 01:44:16 +03:30