Fix type errors

This commit is contained in:
2025-10-16 20:44:52 +02:00
parent c80fc61539
commit baca5415c3
12 changed files with 56 additions and 43 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ async function submit() {
t('auth.register')
}}</VaButton>
<VaButton
:to="$localePath({ path: '/login', query: route.query })"
:to="localePath({ path: '/login', query: route.query })"
border-color="primary"
preset="secondary"
>{{ t('auth.login_instead') }}</VaButton