Skip to content

Commit

Permalink
Improves track
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Dec 22, 2023
1 parent 71b92b3 commit 0bd3d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/auth/signup/signup.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ export class SignupComponent extends WidgetSetUpBaseComponent implements OnInit,
this.logger.error('identify signup event error', err);
}
let utm_source_value = undefined;
let su = undefined;
let su: any = 'Signed up';
var size = Object.keys(this.queryParams).length;
// this.logger.log('queryParams size ', size)
// let event = ''
Expand Down

0 comments on commit 0bd3d0a

Please sign in to comment.