Skip to content
Snippets Groups Projects
Commit 4905a5ad authored by Christian Boettcher's avatar Christian Boettcher
Browse files

redirect from sso-view to app-home

parent c97f9d4e
No related branches found
No related tags found
No related merge requests found
Pipeline #131471 passed
......@@ -89,7 +89,7 @@ class UnityIntegrationView(AppBuilderBaseView):
abort(500)
# login as that user
login_user(fab_user, remember=False)
return redirect(url_for('home'))
return redirect(url_for('app.home'))
@unity.route('/logout')
def logout():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment