mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-01 23:47:40 +00:00
perf: 发送验证码,不再提示
This commit is contained in:
@@ -121,7 +121,8 @@
|
||||
url: url,
|
||||
method: "POST",
|
||||
body: JSON.stringify(data),
|
||||
success: onSuccess
|
||||
success: onSuccess,
|
||||
flash_message: false
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user