mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 05:02:45 +01:00
fixed fxa entrypoint param name... 🤦♂️
This commit is contained in:
parent
c78899c387
commit
1ec56df7ad
@ -143,7 +143,7 @@ export default class User {
|
||||
options.flow_begin_time = this.flowBeginTime;
|
||||
}
|
||||
if (this.trigger) {
|
||||
options.endpoint = `send-${this.trigger}`;
|
||||
options.entrypoint = `send-${this.trigger}`;
|
||||
}
|
||||
if (this.utms) {
|
||||
options.utm_campaign = this.utms.campaign || 'none';
|
||||
|
Loading…
Reference in New Issue
Block a user