Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)
This commit is contained in:
@@ -5,7 +5,7 @@ import { auth } from "@/lib/auth/auth";
|
||||
import { prisma } from "@/lib/db";
|
||||
|
||||
async function main() {
|
||||
const email = `verify_${Date.now()}@podcastyes.test`;
|
||||
const email = `verify_${Date.now()}@podcastdistributionai.test`;
|
||||
try {
|
||||
await auth.api.signUpEmail({
|
||||
body: { email, password: "Password123!", name: "Verify User" },
|
||||
|
||||
Reference in New Issue
Block a user