This commit is contained in:
Shailaja Kumari 2024-02-15 11:54:09 +05:30
parent c2ad41f4fd
commit 6da23cb97d
Signed by: shailaja
GPG Key ID: 81C942771BB69898

View File

@ -63,7 +63,6 @@ def home():
# Pass dynamic variables to the template # Pass dynamic variables to the template
# return render_template('login.html',oauth_url) # return render_template('login.html',oauth_url)
print("oauth_url:", oauth_url)
return render_template('login.html', oauth_url=oauth_url) return render_template('login.html', oauth_url=oauth_url)