cal.pub0.org/apps/web/pages/auth/new.tsx

7 lines
189 B
TypeScript

export default function NewUserPage() {
if (typeof window !== "undefined") {
window.location.assign(process.env.NEXT_PUBLIC_WEBAPP_URL || "https://app.cal.com");
}
return null;
}