Stay in the browser: If you prefer convenience, you can simply use the pairgoth instance graciously hosted by the French Go Federation.
+Note that login to this instance is reserved to French federation actors plus several external people at our discretion. Send us an email to request an access.
Launch pairgothdiff --git a/view-webapp/src/main/webapp/js/main.js b/view-webapp/src/main/webapp/js/main.js index 16b5b51..1c3c251 100644 --- a/view-webapp/src/main/webapp/js/main.js +++ b/view-webapp/src/main/webapp/js/main.js @@ -114,7 +114,7 @@ HTMLFormElement.prototype.val = function(name, value) { let tag = ctl.tagName; let type = tag === 'INPUT' ? ctl.attr('type') : undefined; if ( - (tag === 'INPUT' && ['text', 'number', 'hidden'].includes(ctl.attr('type'))) || + (tag === 'INPUT' && ['text', 'number', 'hidden', 'password'].includes(ctl.attr('type'))) || tag === 'SELECT' ) { if (hasValue) { diff --git a/view-webapp/src/main/webapp/login.html b/view-webapp/src/main/webapp/login.html index c85cf3f..754b16a 100644 --- a/view-webapp/src/main/webapp/login.html +++ b/view-webapp/src/main/webapp/login.html @@ -30,30 +30,71 @@ #elseif($auth == 'oauth')