diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-09-27 08:11:44 +0200 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2019-09-28 08:15:03 +0000 |
commit | f737dc9a864443b30cd908dbf3d27b890ba4f4d4 (patch) | |
tree | dd33aeeaa75b08134f9bb1ba99278843d6719e89 /settings | |
parent | 6a261953d47732b57716c6e4da4038536b00a289 (diff) | |
download | nextcloud-server-f737dc9a864443b30cd908dbf3d27b890ba4f4d4.tar.gz nextcloud-server-f737dc9a864443b30cd908dbf3d27b890ba4f4d4.zip |
Remove input id on login form
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/js/templates.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/js/templates.js b/settings/js/templates.js index 7ab08db2065..94e44eebf55 100644 --- a/settings/js/templates.js +++ b/settings/js/templates.js @@ -1,7 +1,7 @@ (function() { var template = Handlebars.template, templates = OC.Settings.Templates = OC.Settings.Templates || {}; templates['federationscopemenu'] = template({"1":function(container,depth0,helpers,partials,data) { - var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression; + var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression; return " <li tabindex=\"0\">\n <a href=\"#\" class=\"menuitem action action-" + alias4(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data}) : helper))) @@ -22,11 +22,11 @@ templates['federationscopemenu'] = template({"1":function(container,depth0,helpe var helper; return " <span class=\"icon " - + container.escapeExpression(((helper = (helper = helpers.iconClass || (depth0 != null ? depth0.iconClass : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"iconClass","hash":{},"data":data}) : helper))) + + container.escapeExpression(((helper = (helper = helpers.iconClass || (depth0 != null ? depth0.iconClass : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"iconClass","hash":{},"data":data}) : helper))) + "\"></span>\n"; },"6":function(container,depth0,helpers,partials,data) { return " <span class=\"no-icon\"></span>\n"; -},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) { +},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) { var stack1; return "<ul>\n" |