mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
[PM-2135] chore: clean up old code
This commit is contained in:
@@ -20,30 +20,3 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
</bit-dialog>
|
</bit-dialog>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<!-- <div class="modal fade" role="dialog" aria-modal="true" aria-labelledby="confirmUserTitle">
|
|
||||||
<div class="modal-dialog modal-dialog-scrollable" role="document">
|
|
||||||
<form class="modal-content" #form (ngSubmit)="submit()">
|
|
||||||
<h2 class="tw-my-6 tw-px-3.5 tw-font-semibold" id="modalTitle | i18n ">
|
|
||||||
{{ modalTitle | i18n | uppercase }}
|
|
||||||
</h2>
|
|
||||||
<div class="tw-border-0 tw-border-t tw-border-solid tw-border-secondary-300 tw-p-3.5">
|
|
||||||
{{ confirmDescription | i18n }}
|
|
||||||
</div>
|
|
||||||
<div class="tw-p-3.5">
|
|
||||||
<app-user-verification ngDefaultControl [formControl]="secret" name="secret">
|
|
||||||
</app-user-verification>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="tw-border-0 tw-border-t tw-border-solid tw-border-secondary-300 tw-bg-background-alt tw-p-3.5"
|
|
||||||
>
|
|
||||||
<button type="button" bitButton buttonType="primary" type="submit" appBlurClick>
|
|
||||||
<span>{{ confirmButtonText | i18n }}</span>
|
|
||||||
</button>
|
|
||||||
<button type="button" bitButton buttonType="secondary" data-dismiss="modal">
|
|
||||||
{{ "cancel" | i18n }}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div> -->
|
|
||||||
|
|||||||
Reference in New Issue
Block a user