1
0
mirror of https://github.com/bitwarden/web synced 2026-01-19 00:43:54 +00:00

[Reset Password] Feature Flag (#943)

This commit is contained in:
Vincent Salucci
2021-04-22 09:43:51 -05:00
committed by GitHub
parent a1b77dc9ef
commit 66b7f4d344
2 changed files with 9 additions and 2 deletions

View File

@@ -79,8 +79,8 @@
<i class="fa fa-cog fa-lg" aria-hidden="true"></i>
</button>
<div class="dropdown-menu dropdown-menu-right">
<a *ngIf="!o.isResetPasswordEnrolled" class="dropdown-item" href="#" appStopClick
(click)="toggleResetPasswordEnrollment(o)">
<a *ngIf="!o.isResetPasswordEnrolled && resetPasswordFeatureFlag" class="dropdown-item"
href="#" appStopClick (click)="toggleResetPasswordEnrollment(o)">
<i class="fa fa-fw fa-key" aria-hidden="true"></i>
{{'enrollPasswordReset' | i18n}}
</a>