feat(frontend): Switch from localhost to private IP

This commit is contained in:
2025-05-01 17:33:37 +02:00
parent aee88ad261
commit 68fb998dac
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ export const auth = betterAuth({
organization({
async sendInvitationEmail(data) {
console.log('Sending invitation email', data)
const inviteLink = `http://localhost:3001/accept-invitation/${data.id}`
const inviteLink = `http://192.168.178.105:3001/accept-invitation/${data.id}`
await resend.emails.send({
from: 'Acme <onboarding@resend.dev>',
to: data.email,