Skip to content

Commit 818ae5c

Browse files
author
afe1
committed
fix: Remove duplicate code
1 parent 8ffc853 commit 818ae5c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/effects/layouts/src/authentication/authentication.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { preferences, usePreferences } from '@vben/preferences';
66
77
import AuthenticationFormView from './form.vue';
88
import SloganIcon from './icons/slogan.vue';
9-
import Toolbar from './toolbar.vue';
109
1110
defineOptions({ name: 'Authentication' });
1211
@@ -56,11 +55,7 @@ const logoSource = computed(() => preferences.logo.source);
5655
<div v-if="authPanelCenter" class="flex-center bg-authentication w-full">
5756
<AuthenticationFormView
5857
class="md:bg-background w-full rounded-3xl pb-20 shadow-2xl md:w-2/3 lg:w-1/2 xl:w-2/5"
59-
>
60-
<template #toolbar>
61-
<Toolbar />
62-
</template>
63-
</AuthenticationFormView>
58+
/>
6459
</div>
6560

6661
<!-- 右侧认证面板 -->

0 commit comments

Comments
 (0)