Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)

This commit is contained in:
Leon Serfaty
2026-06-20 20:12:43 -04:00
parent 3ad90f076f
commit 4fb2645db1
38 changed files with 94 additions and 93 deletions
+3 -3
View File
@@ -16,7 +16,7 @@ if (!process.env.BETTER_AUTH_SECRET && process.env.NODE_ENV === "production") {
}
export const auth = betterAuth({
appName: "PodcastYes",
appName: "Podcast Distribution AI",
secret: process.env.BETTER_AUTH_SECRET,
baseURL: process.env.BETTER_AUTH_URL ?? appUrl,
database: prismaAdapter(prisma, { provider: "postgresql" }),
@@ -36,7 +36,7 @@ export const auth = betterAuth({
async sendResetPassword({ user, url }) {
await sendEmail({
to: user.email,
subject: "Reset your PodcastYes password",
subject: "Reset your Podcast Distribution AI password",
html: emailLayout(
"Reset your password",
"Click the button below to choose a new password.",
@@ -52,7 +52,7 @@ export const auth = betterAuth({
async sendVerificationEmail({ user, url }) {
await sendEmail({
to: user.email,
subject: "Verify your email for PodcastYes",
subject: "Verify your email for Podcast Distribution AI",
html: emailLayout(
"Confirm your email",
"Confirm your email address to secure your account.",