mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-31 22:36:37 +00:00
perf: 发送验证码,不再提示
This commit is contained in:
parent
8839e6293b
commit
cd46c8c78e
@ -121,7 +121,8 @@
|
|||||||
url: url,
|
url: url,
|
||||||
method: "POST",
|
method: "POST",
|
||||||
body: JSON.stringify(data),
|
body: JSON.stringify(data),
|
||||||
success: onSuccess
|
success: onSuccess,
|
||||||
|
flash_message: false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user