Skip to content

Commit 628d63e

Browse files
committed
UY-1150 commit missing update of otp reset
1 parent e2fe377 commit 628d63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otp/src/main/java/io/imunity/otp/OTPCredentialReset.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public OTPCredentialReset(NotificationProducer notificationProducer, IdentityRes
2424
OTPResetSettings resetSettings)
2525
{
2626
super(notificationProducer, identityResolver, localVerificator, credentialHelper, credentialId,
27-
completeCredentialConfiguration);
27+
completeCredentialConfiguration, CredentialResetBase.DEFAULT_MAX_CODE_VALIDITY);
2828
this.resetSettings = resetSettings;
2929
}
3030

0 commit comments

Comments
 (0)