优化身份提供商

pull/37/head
smallbun 2023-08-26 11:31:43 +08:00
parent 68cecd3aa2
commit 92913e68b1
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public final class FeiShuScanCodeAuthenticationConfigurer extends
@Override
public void init(HttpSecurity http) throws Exception {
//微信扫码登录认证
//飞书登录认证
FeiShuLoginAuthenticationFilter loginAuthenticationFilter = new FeiShuLoginAuthenticationFilter(
identityProviderRepository, userIdpService);
this.setAuthenticationFilter(loginAuthenticationFilter);