Skip to content

Commit

Permalink
Changed URL to live.
Browse files Browse the repository at this point in the history
  • Loading branch information
kcarcia committed Dec 8, 2014
1 parent f8ae41b commit 8bfa455
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 8bfa455

Please sign in to comment.