diff --git a/packages/effects/layouts/src/authentication/authentication.vue b/packages/effects/layouts/src/authentication/authentication.vue index 648b2daf..8a599c44 100644 --- a/packages/effects/layouts/src/authentication/authentication.vue +++ b/packages/effects/layouts/src/authentication/authentication.vue @@ -6,7 +6,6 @@ import { preferences, usePreferences } from '@vben/preferences'; import AuthenticationFormView from './form.vue'; import SloganIcon from './icons/slogan.vue'; -import Toolbar from './toolbar.vue'; defineOptions({ name: 'Authentication' }); @@ -56,11 +55,7 @@ const logoSource = computed(() => preferences.logo.source);
- - + />