diff --git a/app/views/preferences/_authentication.html.erb b/app/views/preferences/_authentication.html.erb
index 64afc8e7..3bc89215 100644
--- a/app/views/preferences/_authentication.html.erb
+++ b/app/views/preferences/_authentication.html.erb
@@ -21,17 +21,17 @@
<% Tracks::Config.auth_schemes.each do |scheme| %>
<%= radio_button_tag('user[auth_type]', scheme, current_user.auth_type == scheme) %><%=scheme%>
<% end %>
-
-
-
-