Add missing var
This commit is contained in:
parent
3a6624334e
commit
3b4296f580
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ function(ApiService, CookieService, $rootScope, Config, $location, $timeout) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Config.MARKETO_MUNCHKIN_ID && userResponse['marketo_user_hash']) {
|
if (Config.MARKETO_MUNCHKIN_ID && userResponse['marketo_user_hash']) {
|
||||||
associateLeadBody = {'Email': userResponse.email};
|
var associateLeadBody = {'Email': userResponse.email};
|
||||||
if (window.Munchkin !== undefined) {
|
if (window.Munchkin !== undefined) {
|
||||||
try {
|
try {
|
||||||
Munchkin.munchkinFunction(
|
Munchkin.munchkinFunction(
|
||||||
|
|
Reference in a new issue