X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/568bf4939d8a60a87018f1fb07edc881c608b4ce..09225bc02df4eedd0f90376f1b86cb059de38d31:/app/views/sessions/new.html.erb diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 5ea638e2f..dea65f768 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -35,8 +35,8 @@ <% if Settings.key?(:facebook_auth_id) -%>
  • <%= auth_button "facebook", "facebook" %>
  • <% end -%> - <% if Settings.key?(:microsoft_graph_auth_id) -%> -
  • <%= auth_button "microsoft_graph", "microsoft_graph" %>
  • + <% if Settings.key?(:microsoft_auth_id) -%> +
  • <%= auth_button "microsoft", "microsoft" %>
  • <% end -%> <% if Settings.key?(:github_auth_id) -%>
  • <%= auth_button "github", "github" %>