mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
Use page header for 2FA setup comp on org settings page to match other org settings pages but use tabbed header class on user account settings > security > Two-step login tab. (#4890)
This commit is contained in:
@@ -17,6 +17,7 @@ import { TwoFactorSetupComponent as BaseTwoFactorSetupComponent } from "../../..
|
||||
})
|
||||
// eslint-disable-next-line rxjs-angular/prefer-takeuntil
|
||||
export class TwoFactorSetupComponent extends BaseTwoFactorSetupComponent {
|
||||
tabbedHeader = false;
|
||||
constructor(
|
||||
apiService: ApiService,
|
||||
modalService: ModalService,
|
||||
|
||||
Reference in New Issue
Block a user