We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fe377 commit 628d63eCopy full SHA for 628d63e
1 file changed
otp/src/main/java/io/imunity/otp/OTPCredentialReset.java
@@ -24,7 +24,7 @@ public OTPCredentialReset(NotificationProducer notificationProducer, IdentityRes
24
OTPResetSettings resetSettings)
25
{
26
super(notificationProducer, identityResolver, localVerificator, credentialHelper, credentialId,
27
- completeCredentialConfiguration);
+ completeCredentialConfiguration, CredentialResetBase.DEFAULT_MAX_CODE_VALIDITY);
28
this.resetSettings = resetSettings;
29
}
30
0 commit comments