feat: update routes with color and direction, improve admin routes view, and update firebase config/auth

This commit is contained in:
2026-02-24 16:39:38 -05:00
parent c4046541a5
commit 259bbd1fed
10 changed files with 185 additions and 84 deletions

View File

@ -26,9 +26,8 @@ onMounted(async () => {
else if (role === 'PROMOTER') router.push('/promoter')
else router.push('/map')
}
} catch (e) {
// No redirect result pending, or error — ignore silently
console.warn('Google redirect result:', e)
} catch (e: any) {
console.error('Google redirect result error:', e)
}
})
</script>
@ -42,7 +41,7 @@ onMounted(async () => {
<!-- Botón volver al mapa -->
<button class="back-to-map" @click="router.push('/map')">
<span class="material-icons">arrow_back</span>
Volver al mapa
Volver
</button>
<!-- Branding -->