疯狂的狮子Li
2024-08-22 457e59e61c9d7dbf4ef299c34aadd2c00fc0f1c9
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();
    }
}