fix the profile page component in the custom theme

This commit is contained in:
Art Lowel
2021-09-06 11:23:46 +02:00
parent 4292af4294
commit f35f671dc3
2 changed files with 6 additions and 3 deletions

View File

@@ -14,7 +14,8 @@ import { ThemedProfilePageComponent } from './themed-profile-page.component';
SharedModule SharedModule
], ],
exports: [ exports: [
ProfilePageSecurityFormComponent ProfilePageSecurityFormComponent,
ProfilePageMetadataFormComponent
], ],
declarations: [ declarations: [
ProfilePageComponent, ProfilePageComponent,

View File

@@ -3,8 +3,10 @@ import { ProfilePageComponent as BaseComponent } from '../../../../app/profile-p
@Component({ @Component({
selector: 'ds-profile-page', selector: 'ds-profile-page',
styleUrls: ['./profile-page.component.scss'], // styleUrls: ['./profile-page.component.scss'],
templateUrl: './profile-page.component.html' styleUrls: ['../../../../app/profile-page/profile-page.component.scss'],
// templateUrl: './profile-page.component.html'
templateUrl: '../../../../app/profile-page/profile-page.component.html'
}) })
/** /**
* Component for a user to edit their profile information * Component for a user to edit their profile information