diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-07-02 13:07:35 +0200 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2017-09-02 19:50:02 +0300 |
| commit | 8b4f59e1f76c605e8039809fc10066927d6dd5ad (patch) | |
| tree | c2e0fae9aeeaaf50278d6318b32fb63bbfd1f9d0 /src/main.js | |
| parent | 87b18da8116bcaf8bb2f154847fb9f0fed58789a (diff) | |
Try logging in with the existing cookie.
Diffstat (limited to 'src/main.js')
| -rw-r--r-- | src/main.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.js b/src/main.js index 8d3a6775..e83e27c5 100644 --- a/src/main.js +++ b/src/main.js @@ -38,8 +38,7 @@ const persistedStateOptions = { 'config.autoLoad', 'config.hoverPreview', 'config.muteWords', - 'statuses.notifications', - 'users.users' + 'users.lastLoginName' ] } |
