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