Updated code

This commit is contained in:
Shailaja Kumari 2024-02-18 13:07:22 +05:30
parent 78ae2aa5f7
commit 549cbb97fa
Signed by: shailaja
GPG Key ID: 81C942771BB69898
1 changed files with 3 additions and 1 deletions

View File

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