mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-20 19:10:49 +08:00
This commit is contained in:
parent
5b2b5204b7
commit
1de2773b82
@ -468,6 +468,8 @@
|
||||
}
|
||||
|
||||
const submitAuth = () => {
|
||||
const inputElement = document.getElementById('authCode')
|
||||
const captchaElement = document.getElementById('captcha')
|
||||
fetch('/api/system/loginAuth', {
|
||||
method: 'POST',
|
||||
body: JSON.stringify({
|
||||
|
Loading…
Reference in New Issue
Block a user