We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12643b1 commit 76df25eCopy full SHA for 76df25e
src/routes.jsx
@@ -40,7 +40,7 @@ const redirectToProject = (nextState, replace, callback) => {
40
replace('/projects')
41
callback()
42
})
43
- }).catch((error) => {
+ }).catch(() => {
44
// FIXME should we include hash, search etc
45
const redirectBackToUrl = window.location.origin + '/' + nextState.location.pathname
46
const newLocation = ACCOUNTS_APP_LOGIN_URL + '?retUrl=' + redirectBackToUrl
0 commit comments