suggest new user going to the front page

This commit is contained in:
2024-10-24 20:04:08 -06:00
parent 45214eabc5
commit 00b191c4fd
4 changed files with 42 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ export default class InviteDialog extends Vue {
inviteIdentifier = "";
text = "";
visible = false;
expiresAt = new Date(Date.now() + 1000 * 60 * 60 * 24 * 30 * 3)
expiresAt = new Date(Date.now() + 1000 * 60 * 60 * 24 * 7)
.toISOString()
.substring(0, 10);