split base_url into dashboard_url and base_domain

This commit is contained in:
Milo Schwartz
2025-01-07 20:32:24 -05:00
parent 26a165ab71
commit e1f0834af4
17 changed files with 100 additions and 37 deletions

View File

@@ -82,7 +82,7 @@ export async function requestPasswordReset(
});
});
const url = `${config.getRawConfig().app.base_url}/auth/reset-password?email=${email}&token=${token}`;
const url = `${config.getRawConfig().app.dashboard_url}/auth/reset-password?email=${email}&token=${token}`;
await sendEmail(
ResetPasswordCode({