mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-04 21:35:33 +00:00
feat(frontend): impl register and fix
This commit is contained in:
parent
3af64f35a5
commit
a9ca9b976c
3 changed files with 63 additions and 10 deletions
|
@ -50,8 +50,10 @@
|
|||
</div>
|
||||
<div id="input-area">
|
||||
<div>
|
||||
<label for="user-pubkey">user pubkey:</label>
|
||||
<input type="text" id="user-pubkey" placeholder="-" readonly />
|
||||
<label for="id-pubkey">id_pubkey:</label>
|
||||
<input type="text" id="id-pubkey" placeholder="-" />
|
||||
<label for="act-pubkey">act_pubkey:</label>
|
||||
<input type="text" id="act-pubkey" placeholder="-" readonly />
|
||||
<button id="regen-key">regenerate</button>
|
||||
</div>
|
||||
<div>
|
||||
|
@ -63,6 +65,7 @@
|
|||
pattern="https://.*"
|
||||
required
|
||||
/>
|
||||
<button id="register">register</button>
|
||||
</div>
|
||||
<div>
|
||||
<label for="rooms">joined rooms:</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue