From 924bb5294a75be9f2515417b308a39aa1d78fd5d Mon Sep 17 00:00:00 2001 From: Alex Grin Date: Fri, 22 Oct 2021 10:32:55 -0400 Subject: [PATCH] Created Resetting the app to a first run state (markdown) --- Resetting-the-app-to-a-first-run-state.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Resetting-the-app-to-a-first-run-state.md diff --git a/Resetting-the-app-to-a-first-run-state.md b/Resetting-the-app-to-a-first-run-state.md new file mode 100644 index 0000000..839ab76 --- /dev/null +++ b/Resetting-the-app-to-a-first-run-state.md @@ -0,0 +1,11 @@ +This is useful for testing the first run experience. + +To re-see the first run screens you need to: + +1. Run **`window.localStorage.clear()`** in the browser console (press ctrl-shift-I/cmd-shift-i to open, then type in console tab) +2. Delete the LBRY auth token in your OS keyring ([https://lbry.io/faq/how-to-change-email](https://lbry.io/faq/how-to-change-email)) +3. Run LBRY + +Note1: It will reset your auth token, so it's recommended on test installs. Otherwise, if your token is authorized for something like user reward approvals, it will need to be re-added. + +Note2: You'll likely also want to move your wallet file, as some of the screens are dependent on a balance of 0. \ No newline at end of file