mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(core): Update transactional email links for RBAC (#9727)
This commit is contained in:
@@ -176,7 +176,10 @@ export class UserManagementMailer {
|
|||||||
const result = await this.mailer.sendMail({
|
const result = await this.mailer.sendMail({
|
||||||
emailRecipients,
|
emailRecipients,
|
||||||
subject: `${sharer.firstName} has shared an n8n credential with you`,
|
subject: `${sharer.firstName} has shared an n8n credential with you`,
|
||||||
body: populateTemplate({ credentialsName, credentialsListUrl: `${baseUrl}/credentials` }),
|
body: populateTemplate({
|
||||||
|
credentialsName,
|
||||||
|
credentialsListUrl: `${baseUrl}/home/credentials`,
|
||||||
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!result) return { emailSent: false };
|
if (!result) return { emailSent: false };
|
||||||
|
|||||||
Reference in New Issue
Block a user