Skip to content

Commit 4e5b5f2

Browse files
committed
fix(auth): update invite link host to use app.dokploy.com
1 parent 546c6ad commit 4e5b5f2

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)