mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-05 17:05:53 +08:00
merge
This commit is contained in:
@@ -2,7 +2,7 @@ import { randomBytes } from 'node:crypto'
|
||||
import { createError, readBody } from 'h3'
|
||||
import { InvitationCode } from '../../../models/InvitationCode'
|
||||
|
||||
const CREATION_DEADLINE = new Date(process.env.BOOTSTRAP_INVITE_DEADLINE ?? '2024-07-01T00:00:00Z')
|
||||
const CREATION_DEADLINE = new Date(process.env.BOOTSTRAP_INVITE_DEADLINE ?? '2025-10-01T00:00:00Z')
|
||||
|
||||
export default defineEventHandler(async (event) => {
|
||||
const now = new Date()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const ADMIN_EMAIL_FALLBACK = 'opensquawk@faktorxmensch.com'
|
||||
const ADMIN_EMAIL_FALLBACK = 'info@opensquawk.de'
|
||||
|
||||
const RESEND_ENDPOINT = 'https://api.resend.com/emails'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user