chore: trim unused login entry links

This commit is contained in:
2026-06-12 15:46:56 +08:00
parent 46960d3721
commit 13fe7506c3
@@ -68,6 +68,10 @@ const formSchema = computed((): VbenFormSchema[] => [
<AuthenticationLogin
:form-schema="formSchema"
:loading="authStore.loginLoading"
:show-code-login="false"
:show-forget-password="false"
:show-qrcode-login="false"
:show-register="false"
:show-third-party-login="false"
@submit="handleLogin"
/>