Bugfix/force reload accounts of user after change (#994)
* Force reload of accounts after change * Update changelogpull/1000/head
parent
74fe90906a
commit
2abe399ebd
@ -1,4 +1,5 @@
|
|||||||
export enum UserStoreActions {
|
export enum UserStoreActions {
|
||||||
GetUser = 'GET_USER',
|
GetUser = 'GET_USER',
|
||||||
|
Initialize = 'INITIALIZE',
|
||||||
RemoveUser = 'REMOVE_USER'
|
RemoveUser = 'REMOVE_USER'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue