mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
use bitTypography directive
This commit is contained in:
@@ -174,9 +174,7 @@
|
|||||||
[formGroup]="openIdForm"
|
[formGroup]="openIdForm"
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<h2
|
<h2 bitTypography="h2">
|
||||||
class="tw-mb-4 tw-pb-2.5 tw-mt-16 tw-border-0 tw-border-b tw-border-solid tw-border-b-secondary-300 dark:tw-border-b-secondary-700"
|
|
||||||
>
|
|
||||||
{{ "openIdConnectConfig" | i18n }}
|
{{ "openIdConnectConfig" | i18n }}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
@@ -320,9 +318,8 @@
|
|||||||
<div *ngIf="ssoConfigForm.get('configType').value === ssoType.Saml2" [formGroup]="samlForm">
|
<div *ngIf="ssoConfigForm.get('configType').value === ssoType.Saml2" [formGroup]="samlForm">
|
||||||
<!-- SAML2 SP -->
|
<!-- SAML2 SP -->
|
||||||
<div>
|
<div>
|
||||||
<h2
|
<h2 bitTypography="h2">
|
||||||
class="tw-mb-4 tw-pb-2.5 tw-mt-16 tw-border-0 tw-border-b tw-border-solid tw-border-b-secondary-300 dark:tw-border-b-secondary-700"
|
>
|
||||||
>
|
|
||||||
{{ "samlSpConfig" | i18n }}
|
{{ "samlSpConfig" | i18n }}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user