cleanup account
This commit is contained in:
-1
@@ -49,7 +49,6 @@ public class VerificationToken {
|
||||
this.expiryDate = calculateExpiryDate(EXPIRATION);
|
||||
}
|
||||
|
||||
|
||||
public String getToken() {
|
||||
return token;
|
||||
}
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ public class SecSecurityConfig {
|
||||
BCryptPasswordEncoder encoder = new BCryptPasswordEncoder(11);
|
||||
return encoder;
|
||||
}
|
||||
|
||||
|
||||
@Bean
|
||||
public DaoAuthenticationProvider authProvider() {
|
||||
DaoAuthenticationProvider authProvider = new DaoAuthenticationProvider();
|
||||
|
||||
Reference in New Issue
Block a user