From e727ffdedc4314e764b63a3c35067030f61fb881 Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Thu, 21 Aug 2025 21:29:00 -0300 Subject: [PATCH] fix: program.cs --- src/BCards.Web/Program.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/BCards.Web/Program.cs b/src/BCards.Web/Program.cs index 243a2c6..8f148c2 100644 --- a/src/BCards.Web/Program.cs +++ b/src/BCards.Web/Program.cs @@ -3,12 +3,10 @@ using BCards.Web.Services; using BCards.Web.Repositories; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authentication.Google; -using Microsoft.AspNetCore.Authentication.MicrosoftAccount; using Microsoft.AspNetCore.Localization; using Microsoft.Extensions.Options; using MongoDB.Driver; using System.Globalization; -using Stripe; using Microsoft.AspNetCore.Authentication.OAuth; using SendGrid; using BCards.Web.Middleware; @@ -295,4 +293,4 @@ using (var scope = app.Services.CreateScope()) app.Run(); // Make Program accessible for integration tests -public partial class Program { } \ No newline at end of file +public partial class Program { }