From 17acd2ca6a60c2be3658fb944c9ca3f69d063afd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 21:46:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto-formated=20Python=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/authentication/views.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/authentication/views.py b/backend/authentication/views.py index 837f5cd..fa009a4 100644 --- a/backend/authentication/views.py +++ b/backend/authentication/views.py @@ -174,7 +174,9 @@ def github_login(request): if settings.DEMO_INSTANCE: redirect_uri = redirect_uri.replace("http://", "https://") - redirect_uri = "https://demo.thirdeyelabs.xyz/api/v1/authentication/github-callback" + redirect_uri = ( + "https://demo.thirdeyelabs.xyz/api/v1/authentication/github-callback" + ) try: return oauth.github.authorize_redirect(request, redirect_uri)