File tree Expand file tree Collapse file tree
registries/components/review
registry/pages/registry-components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ export const authInterceptor: HttpInterceptorFn = (
1212 const cookieService = inject ( CookieService ) ;
1313
1414 const csrfToken = cookieService . get ( 'api-csrf' ) ;
15+ const staging = cookieService . get ( 'osf_staging4' ) ;
16+ console . log ( staging ) ;
1517
1618 if ( ! req . url . includes ( '/api.crossref.org/funders' ) ) {
1719 const headers : Record < string , string > = {
Original file line number Diff line number Diff line change 11< section class ="flex flex-column flex-1 bg-white p-5 gap-4 w-full ">
22 < p-card >
3- < h2 class ="mb-4 "> {{ 'navigation.registration. metadata' | translate }}</ h2 >
3+ < h2 class ="mb-4 "> {{ 'navigation.metadata' | translate }}</ h2 >
44
55 < div class ="mb-4 ">
66 < h4 class ="mb-2 "> {{ 'common.labels.title' | translate }}</ h4 >
@@ -25,7 +25,7 @@ <h4 class="mb-2">{{ 'common.labels.description' | translate }}</h4>
2525 </ div >
2626
2727 < div class ="mb-4 ">
28- < h4 class ="mb-2 "> {{ 'navigation.registration. contributors' | translate }}</ h4 >
28+ < h4 class ="mb-2 "> {{ 'navigation.contributors' | translate }}</ h4 >
2929 < div class ="flex flex-wrap gap-2 ">
3030 @for (contributor of contributors(); let last = $last; track contributor.id) {
3131 < span >
Original file line number Diff line number Diff line change 11< section class ="flex flex-column flex-1 ">
2- < osf-sub-header [title] ="'navigation.registration. components' | translate " />
2+ < osf-sub-header [title] ="'navigation.components' | translate " />
33
44 < div class ="flex flex-column gap-6 p-4 bg-white ">
55 < section class ="flex flex-column gap-4 ">
You can’t perform that action at this time.
0 commit comments