update sa-token-doc/oauth2/oauth2-server.md.

Signed-off-by: 孔明 <2393584716@qq.com>
This commit is contained in:
孔明
2023-01-29 07:55:00 +00:00
committed by Gitee
parent 8d3ad88608
commit d5f4409a9b

View File

@@ -100,7 +100,7 @@ public class SaOAuth2ServerController {
cfg.
// 配置未登录时返回的View
setNotLoginView(() -> {
String msg = "当前会话在SSO-Server端尚未登录请先访问"
String msg = "当前会话在OAuth-Server端尚未登录请先访问"
+ "<a href='/oauth2/doLogin?name=sa&pwd=123456' target='_blank'> doLogin登录 </a>"
+ "进行登录之后,刷新页面开始授权";
return msg;