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:
parent
1dd8e20577
commit
3944277b02
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user