jdbcTemplate removed
This commit is contained in:
@@ -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 -->
|
||||||
|
|||||||
@@ -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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user