rvr-nextgen/public/static/js/account/google_authenticate.js

11 lines
291 B
JavaScript
Raw Normal View History

2023-04-08 00:42:55 +02:00
(function () {
if (success) {
window.opener.Account.authenticatedWithGoogleCallback(authenticatedWithGoogleUntil);
window.close();
} else {
document.getElementById('closeWindowButton').onclick = function () {
window.close();
}
}
})();