You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Mi perfil horizontal + backend avatar/display_name/email
- Backend: migración 11 (display_name + avatar en users), endpoints
PUT /api/auth/profile (display_name, email), POST /api/auth/avatar
(multipart, crop 1:1, máx 2MB), serveStatic /avatars/*.
- Frontend: tarjeta 'Mi perfil' en una línea horizontal con avatar,
nombre editable, email editable, idioma, notificaciones, contraseña
y logout. Reemplaza la antigua SessionCard.
- i18n: aj.miPerfil, aj.cambiarPassword, aj.cerrarSesion, etc.