Skip to content

Commit 6b92933

Browse files
Add program
1 parent 5ad35b3 commit 6b92933

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
})
192192
.WithTags("Authentication");
193193

194+
194195
// OAuth callback endpoint - handles the redirect from Google
195196
app.MapGet("/api/auth/callback", async (HttpContext context, IUserService userService, ILogger<Program> logger) =>
196197
{

0 commit comments

Comments
 (0)