Browse Source

perf: 发送验证码,不再提示

pull/7864/head
ibuler 3 years ago committed by 老广
parent
commit
cd46c8c78e
  1. 3
      apps/templates/_mfa_login_field.html

3
apps/templates/_mfa_login_field.html

@ -121,7 +121,8 @@
url: url,
method: "POST",
body: JSON.stringify(data),
success: onSuccess
success: onSuccess,
flash_message: false
})
}
</script>

Loading…
Cancel
Save