Skip to content

Commit

Permalink
Merge pull request #1879 from kcarcia/kc/Bug
Browse files Browse the repository at this point in the history
Changed callback URL to live
  • Loading branch information
kcarcia committed Dec 8, 2014
2 parents f8ae41b + 8bfa455 commit 5ce3891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/sessions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def github_authorize
base_url = 'https://github.com/login/oauth/authorize'

client_id = ENV['GITHUB_ID']
redirect_uri = 'http://rsense-dev.cs.uml.edu/auth/github/callback'
redirect_uri = 'http://isenseproject.org/auth/github/callback'
scope = 'repo'
state = current_state

Expand Down

0 comments on commit 5ce3891

Please sign in to comment.