diff --git a/csharp/App/Backend/Mailer/Mailer.cs b/csharp/App/Backend/Mailer/Mailer.cs index 027c49707..0c64955d4 100644 --- a/csharp/App/Backend/Mailer/Mailer.cs +++ b/csharp/App/Backend/Mailer/Mailer.cs @@ -45,8 +45,8 @@ public static class Mailer var config = JsonSerializer.Deserialize(File.OpenRead("./Resources/smtpConfig.json"))!; var email = new MimeMessage(); - //todo build me dynamically - const String resetLink = "https://monitor.innov.energy/resetPassword"; + //todo am I right? + const String resetLink = "https://monitor.innov.energy/api/sresetPassword"; try {