make sure to clear old token when logout
This commit is contained in:
parent
03a27c6d48
commit
268e9ce504
3 changed files with 7 additions and 2 deletions
|
@ -19,7 +19,8 @@ const saveImmedeatelyActions = [
|
|||
'setHighlight',
|
||||
'setOption',
|
||||
'setClientData',
|
||||
'setToken'
|
||||
'setToken',
|
||||
'clearToken'
|
||||
]
|
||||
|
||||
const defaultStorage = (() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue