Merge pull request #1309 from atmire/fix-themed-profile-page-component

fix the profile page component in the custom theme
This commit is contained in:
Tim Donohue
2021-09-07 11:40:25 -05:00
committed by GitHub
2 changed files with 6 additions and 3 deletions

View File

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

View File

@@ -3,8 +3,10 @@ import { ProfilePageComponent as BaseComponent } from '../../../../app/profile-p
@Component({
selector: 'ds-profile-page',
styleUrls: ['./profile-page.component.scss'],
templateUrl: './profile-page.component.html'
// styleUrls: ['./profile-page.component.scss'],
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