Replace references to windowslive with microsoft_graph
This commit is contained in:
parent
7428da74c2
commit
568bf4939d
6 changed files with 6 additions and 6 deletions
Before Width: | Height: | Size: 494 B After Width: | Height: | Size: 494 B |
|
@ -250,7 +250,7 @@ class UsersController < ApplicationController
|
|||
when "openid"
|
||||
uid.match(%r{https://www.google.com/accounts/o8/id?(.*)}) ||
|
||||
uid.match(%r{https://me.yahoo.com/(.*)})
|
||||
when "google", "facebook", "windowslive"
|
||||
when "google", "facebook", "microsoft_graph"
|
||||
true
|
||||
else
|
||||
false
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<li><%= auth_button "facebook", "facebook" %></li>
|
||||
<% end -%>
|
||||
<% if Settings.key?(:microsoft_graph_auth_id) -%>
|
||||
<li><%= auth_button "windowslive", "windowslive" %></li>
|
||||
<li><%= auth_button "microsoft_graph", "microsoft_graph" %></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