From 1f5d216faa80b91d443757dd4503f2a2823acfa0 Mon Sep 17 00:00:00 2001 From: Shailaja kumari Date: Thu, 15 Feb 2024 08:26:15 +0530 Subject: [PATCH] correction --- app/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 17ff1b5..f666b37 100644 --- a/app/main.py +++ b/app/main.py @@ -62,7 +62,9 @@ def home(): # Pass dynamic variables to the template - return render_template('login.html',oauth_url ) + # return render_template('login.html',oauth_url) + return render_template('login.html', oauth_url=oauth_url) + @app.route('/oauth-redirect')