Commit d683b0f1e85b85b07090feba4ac7f741bd3bd482
1 parent
21c771b5
fix: fix Login Page LocalePicker showLocale condition
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/sys/login/Login.vue
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | <AppLocalePicker | 3 | <AppLocalePicker |
4 | class="absolute top-4 right-4 enter-x text-white xl:text-gray-600" | 4 | class="absolute top-4 right-4 enter-x text-white xl:text-gray-600" |
5 | :showText="false" | 5 | :showText="false" |
6 | - v-if="!sessionTimeout" | 6 | + v-if="!sessionTimeout && showLocale" |
7 | /> | 7 | /> |
8 | <AppDarkModeToggle class="absolute top-3 right-7 enter-x" v-if="!sessionTimeout" /> | 8 | <AppDarkModeToggle class="absolute top-3 right-7 enter-x" v-if="!sessionTimeout" /> |
9 | 9 |