aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-auth.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-12-18 10:22:02 +1100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-12-18 10:22:02 +1100
commit06b63f49793a187512c1819e8918e3933d8ea213 (patch)
tree5af30f785744c5fac86f8dd2431310e78c060cee /lisp/mastodon-auth.el
parentd9c0d7eeea02c27173ed000af7c560ca978125ea (diff)
message auth URL when copying to kill ring
Diffstat (limited to 'lisp/mastodon-auth.el')
-rw-r--r--lisp/mastodon-auth.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el
index 263ece2..4c508a4 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 url)
(setq authorization-code
(mastodon-auth--show-notice mastodon-auth--explanation
"*mastodon-notice*"