浏览代码

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>