Reset client tokens on logout (#15)

This commit is contained in:
bleakgrey 2018-05-20 23:09:55 +03:00
parent 1dd8e20577
commit 3944277b02
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ public class Tootle.SettingsManager : Granite.Services.Settings {
access_token = "null";
refresh_token = "null";
instance_url = "null";
client_id = "null";
client_secret = "null";
debug ("Removed current account");
}