LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/lemonldap-ng-portal/example/skins/common/js/browseridlogin.min.js

1 lines
322 B

$(document).ready(function(){if(browserIdAutoLogin.match("1")){launchRequest()}var a=0;$("form.BrowserID").submit(function(b){if(!a){b.preventDefault();a=1;launchRequest()}})});function launchRequest(){navigator.id.request({siteName:browserIdSiteName,siteLogo:browserIdSiteLogo,backgroundColor:browserIdBackgroundColor})};