diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-12-18 10:22:02 +1100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-12-18 10:22:02 +1100 |
commit | 06b63f49793a187512c1819e8918e3933d8ea213 (patch) | |
tree | 5af30f785744c5fac86f8dd2431310e78c060cee /lisp/mastodon-auth.el | |
parent | d9c0d7eeea02c27173ed000af7c560ca978125ea (diff) |
message auth URL when copying to kill ring
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..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*" |