diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2022-10-01 21:55:00 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2022-10-01 21:55:00 +0200 | 
| commit | bb0e1e40d2de6b093b564f4f2cd0c44aa32380b8 (patch) | |
| tree | 31f7bc318ab8e9914f6aec1dde7ebbe10fbfbcdc /plugins/authenticator/shotwell/TumblrAuthenticator.vala | |
| parent | 9e0516824a0f79514aca5d6dbb1aa21cd247ba05 (diff) | |
New upstream version 0.30.17upstream/0.30.17
Diffstat (limited to 'plugins/authenticator/shotwell/TumblrAuthenticator.vala')
| -rw-r--r-- | plugins/authenticator/shotwell/TumblrAuthenticator.vala | 2 | 
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");  | 
