Skip to content

Commit d4d2e25

Browse files
Remove test privkey from demo display
Users can share the key out of band instead
1 parent 4b1935c commit d4d2e25

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

demo.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,7 @@ <h1>📝 Live Notes</h1>
352352
<div id="keyPanel" class="key-panel">
353353
<label>Nostr Private Key (hex)</label>
354354
<input type="password" id="privkeyInput" placeholder="Enter your private key to enable editing..." oninput="onPrivkeyChange()">
355-
<div class="hint">Your key is stored locally and used to sign commits and Nostr events.<br>
356-
For testing: <code style="font-size:11px;color:#a78bfa;">07f689807708ca937e1fdbea750ea70802fdec379f890306f6dc4716d0798948</code></div>
355+
<div class="hint">Your key is stored locally and used to sign commits and Nostr events.</div>
357356
<div id="pubkeyDisplay" class="pubkey"></div>
358357
</div>
359358

0 commit comments

Comments
 (0)