1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 19:23:52 +00:00

change master password implementation

This commit is contained in:
Kyle Spearrin
2018-06-21 15:30:17 -04:00
parent 7022bf005f
commit 22093d5111
4 changed files with 96 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
<button type="submit" class="btn btn-primary btn-submit" appBlurClick [disabled]="form.loading">
<i class="fa fa-spinner fa-spin"></i>
<span *ngIf="!tokenSent">{{'continue' | i18n}}</span>
<span *ngIf="tokenSent">{{'submit' | i18n}}</span>
<span *ngIf="tokenSent">{{'changeEmail' | i18n}}</span>
</button>
<button type="button" class="btn btn-outline-secondary" *ngIf="tokenSent" (click)="reset()">
{{'cancel' | i18n}}