1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-06 05:28:51 +02:00

AC-2702 Defect Full Header name is not visible for require sso component (#9479)

This commit is contained in:
KiruthigaManivannan 2024-06-06 18:57:04 +05:30 committed by GitHub
parent f2bd16a0c4
commit d58103dfb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,5 @@
<form [formGroup]="formGroup" [bitSubmit]="submit" [appApiAction]="formPromise">
<bit-dialog [loading]="loading">
<span bitDialogTitle>{{ "editPolicy" | i18n }} - {{ policy.name | i18n }}</span>
<bit-dialog [loading]="loading" [title]="'editPolicy' | i18n" [subtitle]="policy.name | i18n">
<ng-container bitDialogContent>
<div *ngIf="loading">
<i