mirror of
https://github.com/capricornxl/ad-password-self-service.git
synced 2025-08-11 20:15:40 +08:00
修改钉钉/企业微信直接使用内部应用免密登录的方式来验证,不再支持扫码。
由于一些API的权限发生变化,导致一些关键信息无法获取,所以做以上改变。
This commit is contained in:
@@ -47,13 +47,15 @@
|
||||
<h1>我要重置密码</h1>
|
||||
<p></p>
|
||||
<p>⬇️点它</p>
|
||||
<button class="ghost" id="modifyPwd">切换重置密码</button>
|
||||
<button class="ghost" id="modifyPwd">点我重置密码</button>
|
||||
<a class="ghost" href="/">返回主页</a>
|
||||
</div>
|
||||
<div class="overlay-panel overlay-right">
|
||||
<h1>我要解锁账号</h1>
|
||||
<p></p>
|
||||
<p>⬇️点它</p>
|
||||
<button class="ghost" id="scanCode">切换解锁账号</button>
|
||||
<button class="ghost" id="scanCode">点我解锁账号</button>
|
||||
<a class="ghost" href="/">返回主页</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user