Ultra-Premium Redesign of Auth System and critical Map fixes

This commit is contained in:
2026-03-01 15:20:49 -05:00
parent 8a6b9fe5e8
commit 66b76cee61
6 changed files with 705 additions and 452 deletions

View File

@ -341,7 +341,7 @@ function clearMapMarkers() {
limpiarTodoCentralizado()
// Tras limpiar todo, si tenemos ubicación de usuario, la restauramos
// porque el marcador celestre sonar es un overlay que el centralizado elimina
if (userCoords.value && authStore.userProfile?.auto_location) {
if (userCoords.value) {
reDrawUserMarker();
}
}