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:
committed by
Kyle Spearrin
parent
06a543c913
commit
df9d79ab7d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user