SocialsAssociate fix

This commit is contained in:
shimingxy 2020-05-10 10:25:35 +08:00
parent 58fc6cc343
commit a4479713cc

View File

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