Bläddra i källkod

SocialsAssociate fix

shimingxy 5 år sedan
förälder
incheckning
a4479713cc

+ 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>