fix ui: remove dead code
This commit is contained in:
parent
041b45f2c0
commit
a349b17153
1 changed files with 0 additions and 3 deletions
|
|
@ -6,9 +6,6 @@ import apiMiddleware from './api_middleware';
|
|||
import LocalStorage from './local_storage';
|
||||
import { initialState as initUserState, UPDATE_JWT } from './duck/user'
|
||||
|
||||
// TODO @remove after few days
|
||||
localStorage.removeItem('jwt')
|
||||
|
||||
const storage = new LocalStorage({
|
||||
user: Object,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue