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