1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-11-17 11:26:39 +08:00
parent b60b0f8de7
commit 1dd153448c
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@
<el-button size="small" @click.stop="sendMFACode" :disabled="flag || sendFlag" style="margin-left: 10px;" <el-button size="small" @click.stop="sendMFACode" :disabled="flag || sendFlag" style="margin-left: 10px;"
class="codeBtn">{{ class="codeBtn">{{
flag ? flag ?
`${$t("mfa:form:sendMFACodeCountDown")} (${$t("mfa:form:sendMFACodeCountDown")})` : `${$t("mfa:form:sendMFACodeCountDown")} (${second}s)` : $t("mfa:form:sendMFACode") }}</el-button>
$t("mfa:form:sendMFACode") }}</el-button>
</div> </div>
</el-form-item> </el-form-item>
</el-form> </el-form>