diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/reset-password/reset-password.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/reset-password/reset-password.component.html b/client/src/app/reset-password/reset-password.component.html index 20e62d0b7..8398be091 100644 --- a/client/src/app/reset-password/reset-password.component.html +++ b/client/src/app/reset-password/reset-password.component.html | |||
@@ -26,6 +26,6 @@ | |||
26 | </div> | 26 | </div> |
27 | </div> | 27 | </div> |
28 | 28 | ||
29 | <input type="submit" i18n-value value="Reset my password" [disabled]="!form.valid && isConfirmedPasswordValid()"> | 29 | <input type="submit" i18n-value value="Reset my password" [disabled]="!form.valid || !isConfirmedPasswordValid()"> |
30 | </form> | 30 | </form> |
31 | </div> | 31 | </div> |