Skip to content
Snippets Groups Projects
Commit c5250201 authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Miscellaneous Improvents to clean up the code/repository

parent 0de330a9
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 1 deletion
......@@ -34,7 +34,7 @@ async def login(request: Request) -> RedirectResponse:
request.session.clear()
# construct absolute url for callback
base_url = str(request.base_url)[:-1]
redirect_uri = base_url + settings.API_PREFIX + router.prefix + "/callback"
redirect_uri = base_url + router.prefix + "/callback"
return await oauth.lifescience.authorize_redirect(request, redirect_uri)
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment