Skip to content

Commit

Permalink
minor nits
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkmin committed Nov 20, 2023
1 parent ec377e1 commit 5c0f157
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion recovery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ <h2>Init Recovery</h2>
<br>
<br>
<h2>Inject Recovery Bundle</h2>
<p><em>The recovery bundle comes from your email. We can also simulate this locally: see instructions <a href="https://github.com/tkhq/recovery#running-a-fake-recovery" target="_blank">here</a>. A recovery bundle is composed of a public key and an encrypted payload. The payload is encrypted to this document's embedded key (stored in local storage and displayed above). The scheme relies on <a target="_blank" href="https://datatracker.ietf.org/doc/rfc9180/">HPKE (RFC 9180)</a></em>.</p>
<form>
<label>Bundle</label>
<input type="text" name="recovery-bundle" id="recovery-bundle"/>
Expand Down
2 changes: 1 addition & 1 deletion recovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "serve",
"test": "jest"
},
"repository": "[email protected]:tkhq/recovery.git",
"repository": "[email protected]:tkhq/frames.git",
"author": "Turnkey <[email protected]>",
"description": "This package is only here to help us test the main html file",
"license": "MIT",
Expand Down

0 comments on commit 5c0f157

Please sign in to comment.