From 06b63f49793a187512c1819e8918e3933d8ea213 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sun, 18 Dec 2022 10:22:02 +1100 Subject: message auth URL when copying to kill ring --- lisp/mastodon-auth.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp') 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*" -- cgit v1.2.3