Subject log for testing email pass in
This commit is contained in:
parent
077b2d7007
commit
45aac21f8d
|
@ -72,6 +72,9 @@ $(function () {
|
||||||
window.alert("'redirect_uri' must exist and should point to '" + clientParams.redirect_uri + "'");
|
window.alert("'redirect_uri' must exist and should point to '" + clientParams.redirect_uri + "'");
|
||||||
console.error("'redirect_uri' must exist and should point to '" + clientParams.redirect_uri + "'");
|
console.error("'redirect_uri' must exist and should point to '" + clientParams.redirect_uri + "'");
|
||||||
}
|
}
|
||||||
|
if (clientParams.subject) {
|
||||||
|
console.log('clientParams.subject: ', clientParams.subject);
|
||||||
|
}
|
||||||
clientParams.referrer = window.document.referrer;
|
clientParams.referrer = window.document.referrer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue