diff options
author | Sean Allred <code@seanallred.com> | 2015-07-17 20:48:14 -0400 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-07-17 20:48:14 -0400 |
commit | 45d50cfa4a6d5124209a4f983fb029af4273a2d1 (patch) | |
tree | 271b1eba5c96b2dd44759a255353ebe8c777530b /sx-auth.el | |
parent | d1f2b8488e41c9be339cb39801e0fd991a3631d5 (diff) | |
parent | 3293c6b0a7f10bc732d015fb6258c5d753fa32f1 (diff) |
Merge pull request #298 from vermiculus/vermiculus/fix-auth-flow
Fix authentication flow for some browsers
Diffstat (limited to 'sx-auth.el')
-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 |