Skip to content

Commit

Permalink
fix: fix Login Page LocalePicker showLocale condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmao88 committed Jun 17, 2021
1 parent 21c771b commit d683b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/sys/login/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<AppLocalePicker
class="absolute top-4 right-4 enter-x text-white xl:text-gray-600"
:showText="false"
v-if="!sessionTimeout"
v-if="!sessionTimeout && showLocale"
/>
<AppDarkModeToggle class="absolute top-3 right-7 enter-x" v-if="!sessionTimeout" />

Expand Down

0 comments on commit d683b0f

Please sign in to comment.