mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-28 12:28:48 +01:00
This commit is contained in:
parent
5b2b5204b7
commit
1de2773b82
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue