diff options
Diffstat (limited to 'plugins/authenticator')
-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"); |