mirror of
https://gitee.com/dromara/sa-token.git
synced 2026-05-14 12:52:08 +08:00
Merge pull request #827 from AdRainty/dev
fix: SaOAuth2Strategy中removeGrantTypeHandler的引用有误
This commit is contained in:
@@ -177,7 +177,7 @@ public final class SaOAuth2Strategy {
|
|||||||
* 移除一个 grant_type 处理器
|
* 移除一个 grant_type 处理器
|
||||||
*/
|
*/
|
||||||
public void removeGrantTypeHandler(String scope) {
|
public void removeGrantTypeHandler(String scope) {
|
||||||
scopeHandlerMap.remove(scope);
|
grantTypeHandlerMap.remove(scope);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user