Subject log for testing email pass in
Этот коммит содержится в:
родитель
077b2d7007
Коммит
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user