don't refresh the page automatically

This commit is contained in:
counterweight 2025-02-09 23:42:00 +01:00
parent 99d1f3b9ab
commit e20cacf40c
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -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>