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)