remove educoder third login
This commit is contained in:
parent
d63df944c8
commit
0bacc4c969
|
@ -42,10 +42,6 @@ class SettingsController < ApplicationController
|
||||||
|
|
||||||
def get_third_party
|
def get_third_party
|
||||||
@third_party = []
|
@third_party = []
|
||||||
@third_party << {
|
|
||||||
name: 'educoder',
|
|
||||||
url: EducoderOauth.oauth_url
|
|
||||||
}
|
|
||||||
@third_party << {
|
@third_party << {
|
||||||
name: 'mulan',
|
name: 'mulan',
|
||||||
url: MulanossOauth.oauth_url
|
url: MulanossOauth.oauth_url
|
||||||
|
|
Loading…
Reference in New Issue