fix(sms): remove url param from invite SMS template (SMS_501956050 has no url var)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6291d6591e
commit
d73f07d688
|
|
@ -77,7 +77,6 @@ export class SmsService implements OnModuleInit {
|
|||
templateParam: JSON.stringify({
|
||||
company: tenantName,
|
||||
role: roleLabel[role] || role,
|
||||
url: inviteUrl,
|
||||
}),
|
||||
});
|
||||
const runtime = new $Util.RuntimeOptions({ connectTimeout: 15000, readTimeout: 15000 });
|
||||
|
|
|
|||
Loading…
Reference in New Issue