Web Auth Fix
All checks were successful
Build Docker Images / test (push) Successful in 1m41s
Build Docker Images / build-and-push (push) Successful in 1m43s

This commit is contained in:
2025-11-25 23:18:55 +01:00
parent 0a5382081f
commit bb41926a31

View File

@@ -14,6 +14,8 @@ var apiBaseUrl = builder.Configuration["ApiSettings:BaseUrl"]
?? throw new InvalidOperationException("ApiSettings:BaseUrl is not configured");
builder.Services.AddSharedServices(apiBaseUrl);
builder.Services.AddScoped<IGoogleAuthService, WebGoogleAuthService>();
var app = builder.Build();
if (!app.Environment.IsDevelopment())