Skip to content

Commit

Permalink
Fixing logout redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
ghecquet committed Nov 19, 2019
1 parent 570f03f commit ae3d02c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 30 deletions.

Large diffs are not rendered by default.

Binary file not shown.
17 changes: 3 additions & 14 deletions frontend/front-srv/assets/core.authfront/res/build/CoreActions.js

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

Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ class Callbacks{
}

PydioApi.getRestClient().sessionLogout()
.finally((e) => window.location.href = pydio.Parameters.get('FRONTEND_URL') + '/logout');
.catch((e) => window.location.href = pydio.Parameters.get('FRONTEND_URL') + '/logout');

}

Expand Down

0 comments on commit ae3d02c

Please sign in to comment.