1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-03-16 08:28:23 +01:00
egroupware_official/saml/resources/post.js

8 lines
178 B
JavaScript

/**
* Automatically click the input button to redirect the user to
* the SSO
*/
window.onload = function () {
document.getElementById('postLoginSubmitButton').click();
};