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

also login as default view for unity integration

parent d6b98132
No related branches found
No related tags found
No related merge requests found
Pipeline #131161 passed
...@@ -30,6 +30,7 @@ unity = Blueprint('unity', __name__, url_prefix="/unity") ...@@ -30,6 +30,7 @@ unity = Blueprint('unity', __name__, url_prefix="/unity")
class UnityIntegrationView(AppBuilderBaseView): class UnityIntegrationView(AppBuilderBaseView):
@unity.route('/')
@unity.route('/login') @unity.route('/login')
def login(): def login():
redirect_uri = url_for('authorize', _external=True) redirect_uri = url_for('authorize', _external=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment