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>
|
||||
<p>Invite UUID: <%= invite.uuid %>
|
||||
</p>
|
||||
<form>
|
||||
<button onclick="acceptInvite()">Click to accept invite with Nostr</button>
|
||||
<form onsubmit="acceptInvite();return false">
|
||||
<button type="submit">Click to accept invite with Nostr</button>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue