🎨 Access authorization code captcha vulnerability https://github.com/siyuan-note/siyuan/issues/13147

This commit is contained in:
Daniel 2024-11-15 20:32:54 +08:00
parent 0d3d6df134
commit f34dd62cef
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 11 additions and 6 deletions

View file

@ -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>