疯狂的狮子Li
2024-02-06 c7246b3a84e7a9a9a6fc53cc0aedb11bd2783ff5
ruoyi-common/ruoyi-common-social/src/main/java/org/dromara/common/social/config/SocialAutoConfiguration.java
@@ -16,8 +16,8 @@
public class SocialAutoConfiguration {
    @Bean
    public AuthStateCache authStateCache(SocialProperties socialProperties) {
        return new AuthRedisStateCache(socialProperties);
    public AuthStateCache authStateCache() {
        return new AuthRedisStateCache();
    }
}