RVRNEXT-38 do not reference authenticateWithGoogleButton whet it does not exist
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
This commit is contained in:
parent
3034217ff8
commit
32733668ff
@ -59,11 +59,10 @@ var Account = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
document.getElementById('authenticateWithGoogleButton').onclick = function () {
|
var authenticateWithGoogleButton = document.getElementById('authenticateWithGoogleButton');
|
||||||
Account.openGoogleAuthenticate();
|
if (authenticateWithGoogleButton) {
|
||||||
};
|
authenticateWithGoogleButton.onclick = function () {
|
||||||
|
Account.openGoogleAuthenticate();
|
||||||
document.getElementsByTagName('form')[0].onreset = function () {
|
};
|
||||||
Account.resetGoogleAuthentication();
|
}
|
||||||
};
|
|
||||||
})();
|
})();
|
||||||
|
Loading…
Reference in New Issue
Block a user