- Info sul Conto Collettivo

- HomePage
This commit is contained in:
Surya Paolo
2023-02-20 02:20:00 +01:00
parent 1f5be4624f
commit 19860aa438
28 changed files with 295 additions and 45 deletions

View File

@@ -50,7 +50,7 @@ export default defineComponent({
if (site.value.confpages.enableRegByBot) {
$router.push('/bot')
} else {
$router.push('/signup')
$router.push('/registrati')
}
}
@@ -67,7 +67,7 @@ export default defineComponent({
if (props.signupform) {
emit('regEventEmail', props.invited)
} else {
$router.push('/signup')
$router.push('/registrati')
}
}