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