mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
Improve github import page UI
This commit is contained in:
@@ -19,9 +19,9 @@ module Gitlab
|
||||
|
||||
def github_options
|
||||
{
|
||||
:site => 'https://api.github.com',
|
||||
:authorize_url => 'https://github.com/login/oauth/authorize',
|
||||
:token_url => 'https://github.com/login/oauth/access_token'
|
||||
site: 'https://api.github.com',
|
||||
authorize_url: 'https://github.com/login/oauth/authorize',
|
||||
token_url: 'https://github.com/login/oauth/access_token'
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user