aboutsummaryrefslogtreecommitdiff
path: root/sx-auth.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-auth.el')
-rw-r--r--sx-auth.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/sx-auth.el b/sx-auth.el
index 4299f37..99344c0 100644
--- a/sx-auth.el
+++ b/sx-auth.el
@@ -87,6 +87,8 @@ parsed and displayed prominently on the page)."
(error "You must enter this code to use this client fully"))
(sx-cache-set 'auth `((access_token . ,sx-auth-access-token)))))
+(defalias 'sx-authenticate #'sx-auth-authenticate)
+
(provide 'sx-auth)
;;; sx-auth.el ends here