Change provider name to "microsoft"
This commit is contained in:
parent
ef6803416b
commit
ad164d384e
11 changed files with 75 additions and 75 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue