Skip to content

Commit

Permalink
refs #3675 (#3676)
Browse files Browse the repository at this point in the history
  • Loading branch information
KumanoTanaka authored and arikfr committed Apr 4, 2019
1 parent 1b142b3 commit dba7efe
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 @@ -82,7 +82,7 @@ def invite(token, org_slug=None):

@routes.route(org_scoped_rule('/reset/<token>'), methods=['GET', 'POST'])
def reset(token, org_slug=None):
return render_token_login_page("reset.html", org_slug, token)
return render_token_login_page("reset.html", org_slug, token, False)


@routes.route(org_scoped_rule('/verify/<token>'), methods=['GET'])
Expand Down

0 comments on commit dba7efe

Please sign in to comment.