correction
This commit is contained in:
parent
fe531ef859
commit
1f5d216faa
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue
Block a user