Commit d683b0f1 authored by JinMao's avatar JinMao

fix: fix Login Page LocalePicker showLocale condition

parent 21c771b5
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<AppLocalePicker <AppLocalePicker
class="absolute top-4 right-4 enter-x text-white xl:text-gray-600" class="absolute top-4 right-4 enter-x text-white xl:text-gray-600"
:showText="false" :showText="false"
v-if="!sessionTimeout" v-if="!sessionTimeout && showLocale"
/> />
<AppDarkModeToggle class="absolute top-3 right-7 enter-x" v-if="!sessionTimeout" /> <AppDarkModeToggle class="absolute top-3 right-7 enter-x" v-if="!sessionTimeout" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment