Merge pull request #827 from AdRainty/dev

fix: SaOAuth2Strategy中removeGrantTypeHandler的引用有误
This commit is contained in:
click33
2026-03-02 07:54:31 +08:00
committed by GitHub

View File

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