1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

loading styles

This commit is contained in:
Kyle Spearrin
2018-07-06 16:36:51 -04:00
parent 417743ccdd
commit 15cc46bba5
5 changed files with 24 additions and 13 deletions

View File

@@ -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();