diff options
author | martianh <martianh@noreply.codeberg.org> | 2022-12-26 05:30:58 +0000 |
---|---|---|
committer | martianh <martianh@noreply.codeberg.org> | 2022-12-26 05:30:58 +0000 |
commit | 01ba30fd8649e4048ddd7d6cb3f644dd5d02edff (patch) | |
tree | 19c6a71d0b5b12ade04f1dcdb62de4a96fcfb2db /lisp/mastodon-auth.el | |
parent | 54273449e5fb07fcf6e600eb872b4fcc76b60130 (diff) | |
parent | 599cd053cdf4104c1739c40024a6586646a61eb4 (diff) |
Merge branch 'develop' into fix-two-spaces-in-reply
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*" |