Skip to content

Commit

Permalink
Merge pull request #1939 from owncloud/bugfix/redirect-to-access-deni…
Browse files Browse the repository at this point in the history
…ed-page

Fix redirect to access denied page
  • Loading branch information
Lukas Hirt authored Sep 9, 2019
2 parents a84b29c + 0d82ad2 commit a64d262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const actions = {
context.commit('SET_CAPABILITIES', { capabilities: null, version: null })
// force redirect to login page after logout
if (autoRedirect) {
router.push({ name: 'access-denied' })
router.push({ name: 'accessDenied' })
} else {
router.push({ name: 'login' })
}
Expand Down

0 comments on commit a64d262

Please sign in to comment.