Fix: Finalize AuthGuard translations, registration link, and restricted offers on map

This commit is contained in:
2026-03-03 12:02:26 -05:00
parent b098c23291
commit a9adc4c4a0
5 changed files with 72 additions and 35 deletions

View File

@ -22,7 +22,7 @@ const router = useRouter()
const { t } = useI18n()
function goToRegister() {
router.push('/register')
router.push({ path: '/login', query: { mode: 'register' } })
}
function goToLogin() {