View & back up your recovery phrase in Settings (0243 Phase 1, step 4)#327
Merged
Conversation
Settings → Account gains a Recovery phrase row (completes P1.2): - Recoverable identities can reveal the phrase behind a passkey prompt (exportRecoveryPhrase), with consent copy that it restores data but can't be vendor-recovered; a Hide toggle keeps it off-screen by default. - Plain (non-recoverable) identities are told plainly they have no phrase. - In the desktop app, a 'Back up to this device' button stores the phrase in the OS keychain via the existing secure-seed IPC. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: xNet Test <test@xnet.dev>
Contributor
🖼️ UI changes in this PRScreensAuto-captured by CI · run. Informational — not a blocking check. |
Contributor
|
Preview removed for PR #327. |
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.



Phase 1 polish for exploration 0243 — completes P1.2.
What this adds
Settings → Account gains a Recovery phrase row:
identityManager.exportRecoveryPhrase()), with consent copy that it restores your data but can't be vendor-recovered. A Hide toggle keeps it off-screen by default.secure-seedIPC (gated onwindow.xnet).apps/webtypechecks clean; the reveal path is exercised by the engine'sexportRecoveryPhrasetests from #322.Remaining in Phase 1
discoverExistingPasskey) in the import flow. Deliberately deferred: it's a convenience path on top of the phrase recovery already shipped, and it can't be meaningfully verified headlessly. Documented as a follow-up.Next: Phase 2 — the 0149 account/device ledger.
🤖 Generated with Claude Code