fix decrypt password
This commit is contained in:
@ -17,7 +17,7 @@ import java.time.Instant;
|
||||
@Service
|
||||
public class CommonService {
|
||||
|
||||
@Value("${config.password.privateKey}")
|
||||
@Value("${config.password.private-key}")
|
||||
private String privateKey;
|
||||
|
||||
private RolesRepository rolesRepository;
|
||||
|
Reference in New Issue
Block a user