Skip to content

Commit cd4eed3

Browse files
authored
Merge pull request #1769 from Dokploy/cloud/use-app-dokploy-instead-of-main-domain
fix(auth): update invite link host to use app.dokploy.com
2 parents a650bd1 + 4e5b5f2 commit cd4eed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/lib/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ const { handler, api } = betterAuth({
201201
const host =
202202
process.env.NODE_ENV === "development"
203203
? "http://localhost:3000"
204-
: "https://dokploy.com";
204+
: "https://app.dokploy.com";
205205
const inviteLink = `${host}/invitation?token=${data.id}`;
206206

207207
await sendEmail({

0 commit comments

Comments
 (0)