lbry-desktop/ui/component/header
infinite-persistence 63a2430a7c
ReportContent: redirect back after logging in (#1733)
## Issue
1709 - If you sign in while reporting, you end up in the homepage

## Notes
The other option is to just make `<Header>` always redirect back to where it came from using the full path. But existing code elsewhere seem to always trim off any params (e.g. `location.search`, `location.hash`) when doing redirects.

So, ended up making it generic and let the caller decide where to redirect (and with what params).
2022-06-22 09:07:15 -04:00
..
index.js Don't show wallet value until prefs are ready 2022-05-12 14:36:06 +08:00
odysee.png add lbry.tv is shutting down message 2021-03-19 17:58:05 -04:00
odysee_logo.png add lbry.tv is shutting down message 2021-03-19 17:58:05 -04:00
odysee_white.png add lbry.tv is shutting down message 2021-03-19 17:58:05 -04:00
view.jsx ReportContent: redirect back after logging in (#1733) 2022-06-22 09:07:15 -04:00