mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-05 17:37:53 +08:00
chore(oauth2): 修复 OAuth2 前端测试页不正确的描述信息
This commit is contained in:
parent
a7895eff88
commit
2bb45214d0
@ -120,7 +120,7 @@
|
||||
|
||||
<br><br>
|
||||
<h3>模式二:隐藏式(Implicit)</h3>
|
||||
<p class="pst">越过授权码的步骤,直接返回token到前端页面( 格式:http//:domain.com#token=xxxx-xxxx )</p>
|
||||
<p class="pst">越过授权码的步骤,直接返回token到前端页面( 格式:http://domain.com#token=xxxx-xxxx )</p>
|
||||
|
||||
<button onclick="buildImplicitUrl()">构建授权地址</button>
|
||||
<textarea class="implicit-url"></textarea>
|
||||
|
Loading…
Reference in New Issue
Block a user