Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)
This commit is contained in:
+3
-3
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user