Update SaOAuth2Strategy.java

removeGrantTypeHandler的引用有误
This commit is contained in:
AdRainty
2025-08-06 15:59:53 +08:00
committed by GitHub
parent b0d42821d7
commit e4da3d8e7b

View File

@@ -177,7 +177,7 @@ public final class SaOAuth2Strategy {
* 移除一个 grant_type 处理器
*/
public void removeGrantTypeHandler(String scope) {
scopeHandlerMap.remove(scope);
grantTypeHandlerMap.remove(scope);
}
/**