mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-21 06:24:06 +01:00
🎨 Access authorization code captcha vulnerability https://github.com/siyuan-note/siyuan/issues/13147
This commit is contained in:
parent
0d3d6df134
commit
f34dd62cef
4 changed files with 11 additions and 6 deletions
|
|
@ -181,7 +181,7 @@
|
|||
<h1 style="margin-bottom: 48px;color:var(--b3-theme-on-background)">{{.workspace}}</h1>
|
||||
<input class="b3-text-field" id="authCode" type="password" placeholder="{{.l0}}"/><br>
|
||||
<div style="position: relative;width: 240px;margin: 8px auto 0;display: none">
|
||||
<img id="captchaImg" style="top: 1px;position: absolute;height: 27px;right: 1px;cursor: pointer">
|
||||
<img id="captchaImg" style="top: 1px;position: absolute;height: 26px;right: 1px;cursor: pointer">
|
||||
<input id="captcha" class="b3-text-field" placeholder="{{.l3}}">
|
||||
</div>
|
||||
<button class="b3-button" onclick="submitAuth()">{{.l1}}</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue