From 549cbb97fa4eefe0c0c2e67f14214c8e20c886c6 Mon Sep 17 00:00:00 2001 From: Shailaja kumari Date: Sun, 18 Feb 2024 13:07:22 +0530 Subject: [PATCH] Updated code --- 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')