Reset cache on logout
This commit is contained in:
parent
7ad76adcaa
commit
b35d3bda16
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ class Configuration {
|
|||
_key = null;
|
||||
_cachedToken = null;
|
||||
_secretKey = null;
|
||||
_authSecretKey = null;
|
||||
Bus.instance.fire(SignedOutEvent());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue