This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit 4ccd5a4402023362254f365f645ff6b9efd49526 Author: Daniel Gruno <[email protected]> AuthorDate: Mon Sep 7 13:45:46 2020 +0200 Persona is no more --- webui/js/oauth.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/webui/js/oauth.js b/webui/js/oauth.js index ea4101d..79b8a78 100644 --- a/webui/js/oauth.js +++ b/webui/js/oauth.js @@ -107,18 +107,6 @@ function oauthOptions() { } } - // Mozilla Persona - if (pm_config.persona.enabled) { - var img = document.createElement('img') - img.setAttribute("src", "images/persona.png") - img.setAttribute("title", "Log on with persona") - img.setAttribute("onclick", "navigator.id.request();") - img.style.cursor = "pointer" - oobj.appendChild(img) - oobj.appendChild(document.createElement('br')) - oobj.appendChild(document.createTextNode(' ')) - oobj.appendChild(document.createElement('br')) - } } // onLoad function for oauth. If args (query string or bookmark) are supplied,
