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')