summaryrefslogtreecommitdiff
path: root/plugins/authenticator/shotwell/TumblrAuthenticator.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2022-10-01 21:55:07 +0200
committerJörg Frings-Fürst <debian@jff.email>2022-10-01 21:55:07 +0200
commitf542481df58f3222143bc260feb34b5cf537d8e0 (patch)
tree31cd86e358bc70e6d83955fdcc0d8e05fc32c325 /plugins/authenticator/shotwell/TumblrAuthenticator.vala
parent0b99aa7b114b6c8eb0d55742c4be2f3a73f44e39 (diff)
parentbb0e1e40d2de6b093b564f4f2cd0c44aa32380b8 (diff)
Update upstream source from tag 'upstream/0.30.17'
Update to upstream version '0.30.17' with Debian dir 3a9f978d21f3777edc044a3c6b84923dd9b60a25
Diffstat (limited to 'plugins/authenticator/shotwell/TumblrAuthenticator.vala')
-rw-r--r--plugins/authenticator/shotwell/TumblrAuthenticator.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/authenticator/shotwell/TumblrAuthenticator.vala b/plugins/authenticator/shotwell/TumblrAuthenticator.vala
index 35fdce9..8907a80 100644
--- a/plugins/authenticator/shotwell/TumblrAuthenticator.vala
+++ b/plugins/authenticator/shotwell/TumblrAuthenticator.vala
@@ -135,7 +135,7 @@ namespace Publishing.Authenticator.Shotwell.Tumblr {
debug("attempt start: a persistent session is available; using it");
session.authenticate_from_persistent_credentials(get_persistent_access_phase_token(),
- get_persistent_access_phase_token_secret(), "");
+ get_persistent_access_phase_token_secret(), "unused");
} else {
debug("attempt start: no persistent session available; showing login welcome pane");