1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +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:
Jared Snider
2022-12-02 11:05:46 -05:00
parent 1698ad9b81
commit a8d79b78cd

View File

@@ -1,4 +1,4 @@
<div class="tabbed-header">
<div class="page-header">
<h1 *ngIf="!organizationId">{{ "twoStepLogin" | i18n }}</h1>
<h1 *ngIf="organizationId">{{ "twoStepLoginEnforcement" | i18n }}</h1>
</div>