]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/new.html.erb
Remove the Yahoo OpenID link as they no longer support OpenID
[rails.git] / app / views / users / new.html.erb
index 7f640c708622d2a64de87cb0993078c93776d1d0..264fc8e023a227f2c7b622b560851f904d615eac 100644 (file)
@@ -26,7 +26,7 @@
       <fieldset class="form-group" id="auth_field">
         <label for="user_auth_provider"><%= t(".external auth") %></label>
         <div class="form-row">
-          <%= f.select(:auth_provider, Auth.providers, :default => "", :hide_label => "true", :wrapper => { :class => "col-auto mb-0" }, :tabindex => 4) %>
+          <%= f.select(:auth_provider, Auth.providers, :default => "", :hide_label => true, :wrapper => { :class => "col-auto mb-0" }, :tabindex => 4) %>
           <%= f.text_field(:auth_uid, :hide_label => true, :wrapper => { :class => "col mb-0" }, :tabindex => 5) %>
         </div>
         <small class="form-text text-muted"><%= t ".auth no password" %></small>