check for invite being spent
This commit is contained in:
parent
61d2a4acd8
commit
a0fcba1abb
3 changed files with 48 additions and 0 deletions
20
src/views/invite_spent.ejs
Normal file
20
src/views/invite_spent.ejs
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue