check for invite being spent

This commit is contained in:
counterweight 2025-02-09 23:15:52 +01:00
parent 61d2a4acd8
commit a0fcba1abb
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Invite Details</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>Invite Details</h1>
<p>Invite UUID: <%= invite.uuid %>
</p>
<h2>Wait right there buddy... that invite has been spent already!</h2>
<form>
<button onclick="" disabled>Click to accept invite with Nostr</button>
</form>
</body>
</html>