Fix type errors
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ async function submit() {
|
||||
t('auth.login')
|
||||
}}</VaButton>
|
||||
<VaButton
|
||||
:to="$localePath({ path: '/register', query: route.query })"
|
||||
:to="localePath({ path: '/register', query: route.query })"
|
||||
border-color="primary"
|
||||
preset="secondary"
|
||||
>{{ t('auth.register_instead') }}</VaButton
|
||||
|
||||
Reference in New Issue
Block a user