Skip to content

Commit

Permalink
Show correct page after user recovery request
Browse files Browse the repository at this point in the history
  • Loading branch information
svera authored Oct 11, 2024
1 parent 903b781 commit 6d18f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/webserver/controller/auth/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (a *Controller) Request(c *fiber.Ctx) error {
"RecoveryTimeout": strconv.FormatFloat(a.config.RecoveryTimeout.Hours(), 'f', -1, 64),
})

return a.sender.Send(
a.sender.Send(
c.FormValue("email"),
a.printers[c.Locals("Lang").(string)].Sprintf("Password recovery request"),
string(c.Response().Body()),
Expand Down

0 comments on commit 6d18f84

Please sign in to comment.