mirror of
https://github.com/bitwarden/browser
synced 2026-02-22 12:24:01 +00:00
[PM-18721] add ChangePasswordDelegation logic to InputPasswordComponent submit method
This commit is contained in:
@@ -122,7 +122,11 @@
|
||||
</bit-label>
|
||||
</bit-form-control>
|
||||
|
||||
<div class="tw-flex tw-gap-2" [ngClass]="inlineButtons ? 'tw-flex-row' : 'tw-flex-col'">
|
||||
<div
|
||||
*ngIf="flow !== InputPasswordFlow.ChangePasswordDelegation"
|
||||
class="tw-flex tw-gap-2"
|
||||
[ngClass]="inlineButtons ? 'tw-flex-row' : 'tw-flex-col'"
|
||||
>
|
||||
<button type="submit" bitButton bitFormButton buttonType="primary" [loading]="loading">
|
||||
{{ primaryButtonTextStr || ("setMasterPassword" | i18n) }}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user