Commit 4b564eef authored by alex yao's avatar alex yao

fix:谷歌登录

parent 190227a0
......@@ -22,6 +22,7 @@ import com.google.api.client.json.gson.GsonFactory;
import org.apache.commons.collections4.CollectionUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
import java.util.Collections;
......@@ -31,6 +32,7 @@ import java.util.List;
* @author alex.yao
* @date 2024/12/24
*/
@Component
public class GoogleLoginChannel implements LoginChannelService {
private final Logger logger = LoggerFactory.getLogger(GoogleLoginChannel.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment