We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546c6ad commit 4e5b5f2Copy full SHA for 4e5b5f2
packages/server/src/lib/auth.ts
@@ -201,7 +201,7 @@ const { handler, api } = betterAuth({
201
const host =
202
process.env.NODE_ENV === "development"
203
? "http://localhost:3000"
204
- : "https://dokploy.com";
+ : "https://app.dokploy.com";
205
const inviteLink = `${host}/invitation?token=${data.id}`;
206
207
await sendEmail({
0 commit comments