Closed fredsonchaves07 closed 1 year ago
Think about removing this responsibility in the user creation class
private HashMap<String, Object> createTemplateMail(String token, MessageEmailDTO messageEmailDTO) { HashMap<String, Object> templateParams = new HashMap<>(); templateParams.put("url", apiURL + "/" + token); templateParams.put("mesmessageEmail", messageEmailDTO); return templateParams; }
Think about removing this responsibility in the user creation class