Skip to content

Commit

Permalink
Fix XML comment
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Guldborg committed Dec 28, 2024
1 parent 947bede commit cb80e61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ public async Task<ActionResult> Login([FromBody] UserLoginRequest request)
/// <summary>
/// Authenticates the user with the token hash from a magic link
/// </summary>
/// <param name="tokenHash">The token hash from the magic link</param>
/// <param name="token">The token hash from the magic link</param>
/// <returns>A JSON Web Token used to authenticate for other endpoints and a refresh token to re-authenticate without a new magic link</returns>
[HttpPost]
[AllowAnonymous]
Expand Down

0 comments on commit cb80e61

Please sign in to comment.