Skip to content

Commit

Permalink
Update src/main/java/tech/neon/custom/NeonIdpEmailVerifyAuthenticator…
Browse files Browse the repository at this point in the history
….java

Co-authored-by: Krzysztof Szafrański <[email protected]>
  • Loading branch information
prepor and kszafran authored Nov 19, 2024
1 parent eeb5c59 commit d977700
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import org.jboss.logging.Logger;

public class NeonIdpEmailVerifyAuthenticator extends AbstractIdpAuthenticator {
public class NeonIdpEmailVerificationAuthenticator extends AbstractIdpAuthenticator {
public static final String VERIFIED_EMAIL = "VERIFIED_EMAIL";
private static Logger logger = Logger.getLogger(IdpEmailVerificationAuthenticator.class);

Expand Down

0 comments on commit d977700

Please sign in to comment.