소스 검색

SocialsAssociate fix

shimingxy 5 년 전
부모
커밋
a4479713cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      maxkey-web-maxkey/src/main/resources/spring/maxkey-support-social.xml

+ 1 - 1
maxkey-web-maxkey/src/main/resources/spring/maxkey-support-social.xml

@@ -90,7 +90,7 @@
 	</bean>
 	
 	
-	<bean id="socialSignOnUserTokenService" class="org.maxkey.authn.support.socialsignon.service.JdbcSocialSignOnUserTokenService">
+	<bean id="socialsAssociateService" class="org.maxkey.authn.support.socialsignon.service.JdbcSocialsAssociateService">
 		<constructor-arg ref="jdbcTemplate"/>
 	</bean>