From c2ad41f4fd11a304c2ecc56f22907f0e9f077af6 Mon Sep 17 00:00:00 2001 From: Shailaja kumari Date: Thu, 15 Feb 2024 08:33:44 +0530 Subject: [PATCH] . --- app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.py b/app/main.py index f666b37..a1e76c5 100644 --- a/app/main.py +++ b/app/main.py @@ -63,6 +63,7 @@ def home(): # Pass dynamic variables to the template # return render_template('login.html',oauth_url) + print("oauth_url:", oauth_url) return render_template('login.html', oauth_url=oauth_url)