1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

[bug] Set full width on login (#1516)

This commit is contained in:
Addison Beck
2022-03-03 12:17:19 -05:00
committed by GitHub
parent 1076749635
commit e93c155885
2 changed files with 6 additions and 3 deletions

View File

@@ -197,8 +197,6 @@ export class AppComponent implements OnDestroy, OnInit {
new SendOptionsPolicy(),
new ResetPasswordPolicy(),
]);
this.setFullWidth();
}
ngOnDestroy() {