Skip to content

Commit

Permalink
Merge pull request getredash#1834 from AmarJayR/patch-1
Browse files Browse the repository at this point in the history
Fix template variable typo
  • Loading branch information
arikfr authored Jun 20, 2017
2 parents 2fe6110 + b6a1178 commit 9816403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash/handlers/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def login(org_slug=None):
return render_template("login.html",
org_slug=org_slug,
next=next_path,
username=request.form.get('username', ''),
email=request.form.get('email', ''),
show_google_openid=settings.GOOGLE_OAUTH_ENABLED,
google_auth_url=google_auth_url,
show_saml_login=settings.SAML_LOGIN_ENABLED,
Expand Down

0 comments on commit 9816403

Please sign in to comment.