mirror of https://github.com/bitwarden/web.git
5 changed files with 24 additions and 13 deletions
@ -1,9 +1,14 @@
@@ -1,9 +1,14 @@
|
||||
import { |
||||
Component, |
||||
OnInit, |
||||
} from '@angular/core'; |
||||
|
||||
@Component({ |
||||
selector: 'app-user-layout', |
||||
templateUrl: 'user-layout.component.html', |
||||
}) |
||||
export class UserLayoutComponent { } |
||||
export class UserLayoutComponent implements OnInit { |
||||
ngOnInit() { |
||||
document.body.classList.remove('layout_frontend'); |
||||
} |
||||
} |
||||
|
||||
Loading…
Reference in new issue