Some automation for the identity app.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4737 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2024-01-06 19:52:14 +00:00
parent 39c942a205
commit 32ebfa78cd
2 changed files with 34 additions and 2 deletions

View File

@ -70,7 +70,7 @@ async function main() {
</script>
<h1>SSB Identity Management</h1>
<h2>Create a new identity</h2>
<button onclick="handler.create_id()">Create Identity</button>
<button id="create_id" onclick="handler.create_id()">Create Identity</button>
<h2>Import an SSB Identity from 12 BIP39 English Words</h2>
<textarea id="add_id" style="width: 100%" rows="4"></textarea><button id="add" onclick="handler.add_id(event)">Import Identity</button>
<h2>Identities</h2>
@ -84,4 +84,4 @@ async function main() {
</body>`);
}
main();
main();