Skip to content

Commit

Permalink
fix: #10841, incorrect conditional in email interstitial partial
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Aug 17, 2022
1 parent 72e7b9f commit ec048a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/partials/email_update.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<p class="help-block">[[user:emailUpdate.change-instructions]]</p>
</div>

{{{ if update }}}
{{{ if issuePasswordChallenge }}}
<div class="form-group">
<label for="password">[[register:password]]</label>
<input class="form-control" type="password" id="password" name="password" />
Expand Down

0 comments on commit ec048a0

Please sign in to comment.