Skip to content

Commit

Permalink
Merge pull request #6 from Unikka/feature/routing-endpoints
Browse files Browse the repository at this point in the history
Fix: Uncomment reload action on restore or impersonate of a user
  • Loading branch information
markusguenther authored Feb 25, 2021
2 parents 5f83e75 + 5270191 commit 56da65a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Javascript/Components/UserMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default class UserMenu {

// load default backend, so we don't need to care for the module permissions.
// because in not every neos version the users have by default the content module or user module
// window.location.pathname = '/neos'
window.location.pathname = '/neos'
})
.catch(function (error) {
if (window.Typo3Neos) {
Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/Javascript/Components/UserModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default class UserModule {

// load default backend, so we don't need to care for the module permissions.
// because in not every neos version the users have by default the content module or user module
// window.location.pathname = '/neos'
window.location.pathname = '/neos'
})
.catch(function (error) {
if (window.Typo3Neos) {
Expand Down
4 changes: 2 additions & 2 deletions Resources/Public/Javascript/Main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56da65a

Please sign in to comment.