mirror of
https://github.com/bitwarden/web
synced 2025-12-21 18:53:38 +00:00
move org id to base class
This commit is contained in:
@@ -36,6 +36,7 @@ export class TwoFactorSetupComponent implements OnInit {
|
||||
@ViewChild('duoTemplate', { read: ViewContainerRef }) duoModalRef: ViewContainerRef;
|
||||
@ViewChild('emailTemplate', { read: ViewContainerRef }) emailModalRef: ViewContainerRef;
|
||||
|
||||
organizationId: string;
|
||||
providers: any[] = [];
|
||||
premium: boolean;
|
||||
loading = true;
|
||||
|
||||
Reference in New Issue
Block a user