Skip to content

Commit

Permalink
added a second url var
Browse files Browse the repository at this point in the history
  • Loading branch information
saravahdatipour committed Dec 11, 2024
1 parent 89bbaa8 commit 32b34da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public Response sendEmail(@FormParam("email") String email,
client.getEmail(lang),
client.getReplyToEmail(),
true,
url,
url
);
} catch (AddressException e) {
Expand Down

0 comments on commit 32b34da

Please sign in to comment.