don't refresh the page automatically
This commit is contained in:
parent
99d1f3b9ab
commit
e20cacf40c
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@
|
||||||
<h1>Invite Details</h1>
|
<h1>Invite Details</h1>
|
||||||
<p>Invite UUID: <%= invite.uuid %>
|
<p>Invite UUID: <%= invite.uuid %>
|
||||||
</p>
|
</p>
|
||||||
<form>
|
<form onsubmit="acceptInvite();return false">
|
||||||
<button onclick="acceptInvite()">Click to accept invite with Nostr</button>
|
<button type="submit">Click to accept invite with Nostr</button>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue