jdbcTemplate removed

This commit is contained in:
shimingxy 2020-04-12 11:59:52 +08:00
parent c0cdc6843b
commit daae21b695
2 changed files with 0 additions and 2 deletions

View File

@ -108,7 +108,6 @@
</bean> </bean>
<bean id="tfaOptAuthn" class="org.maxkey.crypto.password.opt.impl.TimeBasedOtpAuthn"> <bean id="tfaOptAuthn" class="org.maxkey.crypto.password.opt.impl.TimeBasedOtpAuthn">
<constructor-arg ref="jdbcTemplate" />
</bean> </bean>
<!-- Authentication Password Encoder Config --> <!-- Authentication Password Encoder Config -->

View File

@ -92,7 +92,6 @@
</bean> </bean>
<bean id="tfaOptAuthn" class="org.maxkey.crypto.password.opt.impl.TimeBasedOtpAuthn"> <bean id="tfaOptAuthn" class="org.maxkey.crypto.password.opt.impl.TimeBasedOtpAuthn">
<constructor-arg ref="jdbcTemplate" />
</bean> </bean>
<!-- Authentication Password Encoder Config --> <!-- Authentication Password Encoder Config -->