From 3293c6b0a7f10bc732d015fb6258c5d753fa32f1 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Fri, 17 Jul 2015 19:31:26 -0500 Subject: Fix authentication flow for some browsers --- sx-auth.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sx-auth.el') diff --git a/sx-auth.el b/sx-auth.el index cba310d..5fc30ca 100644 --- a/sx-auth.el +++ b/sx-auth.el @@ -35,7 +35,7 @@ (defconst sx-auth-root "https://stackexchange.com/oauth/dialog") (defconst sx-auth-redirect-uri - "http://vermiculus.github.io/sx.el/auth/auth.htm") + "http://seanallred.com/sx.el/auth/auth.htm") (defconst sx-auth-client-id "3291") (defvar sx-auth-access-token -- cgit v1.2.3