mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
loading styles
This commit is contained in:
@@ -20,6 +20,7 @@ export class OrganizationLayoutComponent implements OnInit {
|
||||
constructor(private route: ActivatedRoute, private userService: UserService) { }
|
||||
|
||||
ngOnInit() {
|
||||
document.body.classList.remove('layout_frontend');
|
||||
this.route.params.subscribe(async (params) => {
|
||||
this.organizationId = params.organizationId;
|
||||
await this.load();
|
||||
|
||||
Reference in New Issue
Block a user