aboutsummaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
authorlambadalambda <gitgud@rogerbraun.net>2017-09-13 04:47:03 -0400
committerlambadalambda <gitgud@rogerbraun.net>2017-09-13 04:47:03 -0400
commit7abcb13ec08513ce41d97af13f442a262060ebae (patch)
tree77dd2203597892c38184a98912985cdf56053b49 /src/main.js
parentc6b909570a55741320685b46b1e719c5c274b514 (diff)
parent8b4f59e1f76c605e8039809fc10066927d6dd5ad (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.js3
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'
]
}