Skip to content

Commit

Permalink
Use new home for authentication
Browse files Browse the repository at this point in the history
Also direct to HTTPS.

Fix #314.
Fix #356.
  • Loading branch information
vermiculus authored Jun 6, 2018
1 parent bd42375 commit 46d9498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sx-auth.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(defconst sx-auth-root
"https://stackexchange.com/oauth/dialog")
(defconst sx-auth-redirect-uri
"http://seanallred.com/sx.el/auth/auth.htm")
"https://vermiculus.github.io/sx.el/auth/auth.htm")
(defconst sx-auth-client-id
"3291")
(defvar sx-auth-access-token
Expand Down

0 comments on commit 46d9498

Please sign in to comment.