diff --git a/coffeecard/CoffeeCard.WebApi/Controllers/v2/AccountController.cs b/coffeecard/CoffeeCard.WebApi/Controllers/v2/AccountController.cs index 58b3ac3a..3ce70113 100644 --- a/coffeecard/CoffeeCard.WebApi/Controllers/v2/AccountController.cs +++ b/coffeecard/CoffeeCard.WebApi/Controllers/v2/AccountController.cs @@ -251,7 +251,7 @@ public async Task Login([FromBody] UserLoginRequest request) /// /// Authenticates the user with the token hash from a magic link /// - /// The token hash from the magic link + /// The token hash from the magic link /// A JSON Web Token used to authenticate for other endpoints and a refresh token to re-authenticate without a new magic link [HttpPost] [AllowAnonymous]