We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aefee52 + eeae01e commit 0385d4dCopy full SHA for 0385d4d
src/views/Login/SocialLogin.vue
@@ -64,7 +64,7 @@
64
</el-form-item>
65
</el-col>
66
<el-col :span="24" style="padding-right: 10px; padding-left: 10px">
67
- <el-form-item v-if="loginData.tenantEnable === 'true'" prop="tenantName">
+ <el-form-item v-if="loginData.tenantEnable" prop="tenantName">
68
<el-input
69
v-model="loginData.loginForm.tenantName"
70
:placeholder="t('login.tenantNamePlaceholder')"
0 commit comments