This commit is contained in:
Shailaja Kumari 2024-02-15 08:33:44 +05:30
parent 1f5d216faa
commit c2ad41f4fd
Signed by: shailaja
GPG Key ID: 81C942771BB69898
1 changed files with 1 additions and 0 deletions

View File

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