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

use proper name of the home view

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