feat: login passphrase recovery and day-2 wallet backup prompt - #3697
Draft
GuillaumeDSM wants to merge 7 commits into
Draft
GuillaumeDSM wants to merge 7 commits into
GuillaumeDSM wants to merge 7 commits into
Conversation
Co-authored-by: Guillaume De Saint Martin <GuillaumeDSM@users.noreply.github.com>
Co-authored-by: Guillaume De Saint Martin <GuillaumeDSM@users.noreply.github.com>
Co-authored-by: Guillaume De Saint Martin <GuillaumeDSM@users.noreply.github.com>
…(phase 4) Co-authored-by: Guillaume De Saint Martin <GuillaumeDSM@users.noreply.github.com>
Co-authored-by: Guillaume De Saint Martin <GuillaumeDSM@users.noreply.github.com>
/login/recover is a child of /login; the parent route must render an Outlet so PassphraseRecoveryScreen mounts instead of the unlock form. Co-authored-by: Guillaume De Saint Martin <GuillaumeDSM@users.noreply.github.com>
Co-authored-by: Guillaume De Saint Martin <GuillaumeDSM@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Screenshot follow-up (Notion Phase logs)
Phase 2/3 UI captures (Cloud Agent artifacts):
/opt/cursor/artifacts/phase2-login-recover.png—/loginwith “Forgot your passphrase?” entry/opt/cursor/artifacts/phase2-recover-form-seed.png—/login/recoverseed phrase mode/opt/cursor/artifacts/phase2-recover-form-hex.png—/login/recoverprivate key mode/opt/cursor/artifacts/phase2-login-success-banner.png— post-recover success banner on/login(session hint)/opt/cursor/artifacts/phase3-backup-prompt.png— Day-2+ backup prompt on OctoBots dashboardRouting fix (57f5691)
/login/recoveris nested under/login; the parent route now renders<Outlet />with the unlock form moved tologin.index.tsxsoPassphraseRecoveryScreenactually mounts.