mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
Two-factor-setup comp - change "tabbed-header" class to "page-header" to achieve visual consistency with other settings components.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<div class="tabbed-header">
|
<div class="page-header">
|
||||||
<h1 *ngIf="!organizationId">{{ "twoStepLogin" | i18n }}</h1>
|
<h1 *ngIf="!organizationId">{{ "twoStepLogin" | i18n }}</h1>
|
||||||
<h1 *ngIf="organizationId">{{ "twoStepLoginEnforcement" | i18n }}</h1>
|
<h1 *ngIf="organizationId">{{ "twoStepLoginEnforcement" | i18n }}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user