1
0
mirror of https://gitlab.gnome.org/World/tootle synced 2025-02-08 23:58:45 +01:00

Reset client tokens on logout (#15)

This commit is contained in:
bleakgrey 2018-05-20 23:09:55 +03:00
parent 1dd8e20577
commit 3944277b02

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");
}