diff options
author | Sean Allred <code@seanallred.com> | 2015-07-17 19:31:26 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-07-17 19:31:26 -0500 |
commit | 3293c6b0a7f10bc732d015fb6258c5d753fa32f1 (patch) | |
tree | 271b1eba5c96b2dd44759a255353ebe8c777530b | |
parent | d1f2b8488e41c9be339cb39801e0fd991a3631d5 (diff) |
Fix authentication flow for some browsers
-rw-r--r-- | sx-auth.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |