Skip to content

Commit

Permalink
Merge pull request #9240 from nextcloud/desktop/fix/fix-session-error…
Browse files Browse the repository at this point in the history
…-handling

Fix redirect url in session error handling for desktop
  • Loading branch information
nickvergessen committed Apr 4, 2023
2 parents b2e46cd + e1f36af commit 3179657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mixins/sessionIssueHandler.js
Expand Up @@ -56,8 +56,8 @@ const sessionIssueHandler = {
window.location = generateUrl(url)
})
} else {
// TODO: DESKTOP: to not hard-code the address?
window.location = `/talk_window/#${url}`
window.location.hash = `#${url}`
window.location.reload()
}
},

Expand Down

0 comments on commit 3179657

Please sign in to comment.