diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-12-30 10:20:18 +1100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-12-30 10:20:18 +1100 |
commit | 0c17ad062d2550bfc752f6d2ed8513a0cd72ce56 (patch) | |
tree | 651540a0f832eda52e639f0b4e271360448b9f1a /lisp/mastodon-auth.el | |
parent | c8044cfdeaac2a43f4a7c25cbb8e6e2c32307a5c (diff) | |
parent | ac56ee7d12f98e1ff4f47fb0f354ec757ca73592 (diff) |
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon-auth.el')
-rw-r--r-- | lisp/mastodon-auth.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el index 263ece2..3de2901 100644 --- a/lisp/mastodon-auth.el +++ b/lisp/mastodon-auth.el @@ -137,6 +137,7 @@ When ASK is absent return nil." (let ((url (mastodon-auth--get-browser-login-url)) authorization-code) (kill-new url) + (message "%s" url) (setq authorization-code (mastodon-auth--show-notice mastodon-auth--explanation "*mastodon-notice*" |