We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ead681 commit 471d59fCopy full SHA for 471d59f
lib/module/index.js
@@ -44,15 +44,6 @@ function validateOptions (options) {
44
delete options.endpoints
45
}
46
47
- if (options.watchLoggedIn) {
48
- // eslint-disable-next-line no-console
49
- logger.error('`watchLoggedIn` has been deprecated. Use `redirect.logout` instead.')
50
- if (options.watchLoggedIn === false) {
51
- options.redirect.logout = false
52
- }
53
- delete options.watchLoggedIn
54
55
-
56
// Enforce vuex store because auth depends on it
57
if (!this.options.store) {
58
logger.fatal('Enable vuex store by creating `store/index.js`.')
0 commit comments