aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorJosh Morel <morel.josh@hotmail.com>2018-08-19 10:11:08 -0400
committerChocobozzz <me@florianbigard.com>2018-08-20 10:35:06 +0200
commit970df082c03250604c9be087f74a9a70974507d0 (patch)
tree939b3c09cf62ce1e0fc394ce20dc4c4269686531 /client/src/app
parent52e679ac35b280f0b6870dd65d308d5cd26b8c17 (diff)
downloadPeerTube-970df082c03250604c9be087f74a9a70974507d0.tar.gz
PeerTube-970df082c03250604c9be087f74a9a70974507d0.tar.zst
PeerTube-970df082c03250604c9be087f74a9a70974507d0.zip
correct password reset disabled binding
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/reset-password/reset-password.component.html2
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>