Skip to content

Commit

Permalink
Hint success on password update redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Patel committed Jul 29, 2023
1 parent a8655e6 commit 711d7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/web/update_password.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ func (s *Server) handleUpdatePassword(wr http.ResponseWriter, req *http.Request)
return
}

http.Redirect(wr, req, "/", http.StatusTemporaryRedirect)
http.Redirect(wr, req, "/?password_update=success", http.StatusTemporaryRedirect)
}

0 comments on commit 711d7b9

Please sign in to comment.