diff --git a/Moonlight/App/Services/Background/AutoMailSendService.cs b/Moonlight/App/Services/Background/AutoMailSendService.cs index 6548cd9..ddf833b 100644 --- a/Moonlight/App/Services/Background/AutoMailSendService.cs +++ b/Moonlight/App/Services/Background/AutoMailSendService.cs @@ -7,12 +7,10 @@ namespace Moonlight.App.Services.Background; public class AutoMailSendService // This service is responsible for sending mails automatically { private readonly MailService MailService; - private readonly ConfigService ConfigService; - public AutoMailSendService(MailService mailService, ConfigService configService) + public AutoMailSendService(MailService mailService) { MailService = mailService; - ConfigService = configService; Events.OnUserRegistered += OnUserRegistered; Events.OnServiceOrdered += OnServiceOrdered; diff --git a/Moonlight/Shared/Views/Account/Payments.razor b/Moonlight/Shared/Views/Account/Payments.razor index f5c0c17..73facb3 100644 --- a/Moonlight/Shared/Views/Account/Payments.razor +++ b/Moonlight/Shared/Views/Account/Payments.razor @@ -66,7 +66,11 @@ TableHeadClass="fw-bold text-muted">