diff --git a/app/api/auth/register/route.ts b/app/api/auth/register/route.ts index 9cc98e5b..217ba53b 100644 --- a/app/api/auth/register/route.ts +++ b/app/api/auth/register/route.ts @@ -3,8 +3,6 @@ import { NextResponse } from "next/server"; const DIRECTUS = (process.env.DIRECTUS_URL || process.env.NEXT_PUBLIC_API_BASE_URL || "").replace(/\/$/, ""); const SERVICE_TOKEN = -process.env.DIRECTUS_SERVICE_TOKEN || -process.env.DIRECTUS_ADMIN_TOKEN || process.env.DIRECTUS_TOKEN_ADMIN_REGISTER || ""; const DEFAULT_ROLE = process.env.DIRECTUS_DEFAULT_ROLE || undefined; const SECURE = process.env.NODE_ENV === "production"; diff --git a/app/page.tsx b/app/page.tsx index 29fd3114..3e52fc92 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -50,8 +50,7 @@ export default async function HomePage({
- We only use cookies strictly necessary to operate the site (e.g., your - sign-in session). + This is the production build v0.0.1 - this site is an active BETA. Some features may not be available or work as intended. If you're experiencing issues please report them here: https://forge.makearmy.io/makearmy/makearmy-app/issues PRIVACY: We only use cookies strictly necessary to operate the site (e.g., your sign-in session). We do not store user data or telemetry other than what you provide and never share or sell data to third parties. Ever.
);