From f3384424d1081eaa7c8f2495faa4b15ee11b8d02 Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 11 Dec 2024 02:07:45 +0100 Subject: [PATCH] aaaaaaa --- .../Controllers/Authentication/EmailAuthController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foxnouns.Backend/Controllers/Authentication/EmailAuthController.cs b/Foxnouns.Backend/Controllers/Authentication/EmailAuthController.cs index cedf962..a3854a6 100644 --- a/Foxnouns.Backend/Controllers/Authentication/EmailAuthController.cs +++ b/Foxnouns.Backend/Controllers/Authentication/EmailAuthController.cs @@ -73,7 +73,7 @@ public class EmailAuthController( } [HttpPost("callback")] - public async Task CallbackAsync([FromBody] CallbackRequest req) + public async Task CallbackAsync([FromBody] EmailCallbackRequest req) { CheckRequirements();