mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
fixed build
This commit is contained in:
parent
9e945b9083
commit
d8b98035de
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ import { IdentityService, ImageService, NotificationService, SettingsService } f
|
|||
export class ResetPasswordComponent implements OnInit {
|
||||
|
||||
public form: FormGroup;
|
||||
public customizationSettings: ICustomizationSettings;
|
||||
public emailSettingsEnabled: boolean;
|
||||
public baseUrl: string;
|
||||
public background: any;
|
||||
|
@ -35,6 +36,7 @@ export class ResetPasswordComponent implements OnInit {
|
|||
if (base.length > 1) {
|
||||
this.baseUrl = base;
|
||||
}
|
||||
this.settingsService.getCustomization().subscribe(x => this.customizationSettings = x);
|
||||
this.settingsService.getEmailSettingsEnabled().subscribe(x => this.emailSettingsEnabled = x);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue