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…
Reference in New Issue