Skip to content

Commit

Permalink
fix(projects): hidden multi-language button in login page. fix #694
Browse files Browse the repository at this point in the history
  • Loading branch information
Azir-11 committed Jan 24, 2025
1 parent 5cf3236 commit ce5e0e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/_builtin/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const bgColor = computed(() => {
@switch="themeStore.toggleThemeScheme"
/>
<LangSwitch
v-if="themeStore.header.multilingual.visible"
:lang="appStore.locale"
:lang-options="appStore.localeOptions"
:show-tooltip="false"
Expand Down

0 comments on commit ce5e0e9

Please sign in to comment.