diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-09-13 04:47:03 -0400 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-09-13 04:47:03 -0400 |
| commit | 7abcb13ec08513ce41d97af13f442a262060ebae (patch) | |
| tree | 77dd2203597892c38184a98912985cdf56053b49 /src/main.js | |
| parent | c6b909570a55741320685b46b1e719c5c274b514 (diff) | |
| parent | 8b4f59e1f76c605e8039809fc10066927d6dd5ad (diff) | |
Merge branch 'feature/login-with-cookie' into 'develop'
Try logging in with the existing cookie.
See merge request !116
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' ] } |
