Browse Source

[bug] Partially revert #1516 (#1531)

pull/1532/head
Addison Beck 4 years ago committed by GitHub
parent
commit
a8cd2a6cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/app.component.ts

2
src/app/app.component.ts

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

Loading…
Cancel
Save