1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

Integration with Have I been pwned (#47)

* Add password check.

* Fix indention, update messages.
This commit is contained in:
Oscar Hinton
2018-02-28 16:53:18 +01:00
committed by Kyle Spearrin
parent 06a543c913
commit df9d79ab7d
4 changed files with 39 additions and 1 deletions

View File

@@ -35,6 +35,10 @@
[(ngModel)]="cipher.login.password">
</div>
<div class="action-buttons">
<a class="row-btn" href="#" appStopClick appBlurClick
title="{{'checkPassword' | i18n}}" (click)="checkPassword()">
<i class="fa fa-lg fa-check-circle"></i>
</a>
<a class="row-btn" href="#" appStopClick appBlurClick
title="{{'toggleVisibility' | i18n}}" (click)="togglePassword()">
<i class="fa fa-lg"