Change provider name to "microsoft"

This commit is contained in:
Milan Cvetkovic 2023-08-17 08:22:13 +00:00 committed by Tom Hughes
parent ef6803416b
commit ad164d384e
11 changed files with 75 additions and 75 deletions

View file

@ -35,8 +35,8 @@
<% if Settings.key?(:facebook_auth_id) -%>
<li><%= auth_button "facebook", "facebook" %></li>
<% end -%>
<% if Settings.key?(:microsoft_graph_auth_id) -%>
<li><%= auth_button "microsoft_graph", "microsoft_graph" %></li>
<% if Settings.key?(:microsoft_auth_id) -%>
<li><%= auth_button "microsoft", "microsoft" %></li>
<% end -%>
<% if Settings.key?(:github_auth_id) -%>
<li><%= auth_button "github", "github" %></li>