Project

General

Profile

« Previous | Next » 

Revision 46792

fix dropdown change in orcid tab of claim| add free guard in every route with no authentication required | add '*' route in server in order to show erro page not json-no contnet| Claims: get user mail from Session -jwt,tidy up display claims component (myclaims, claims)| remove folder src/app/home | LOgin: change login method to post, redirect after login/logout using queryparams of the current page, add Session helper class

View differences:

searchProjects.module.ts
10 10
import {ProjectsServiceModule} from '../../services/projectsService.module';
11 11
import {SearchFormModule} from  '../searchUtils/searchForm.module';
12 12
import {SearchPageModule} from '../searchUtils/searchPage.module';
13
import {FreeGuard} from'../../login/freeGuard.guard';
14

  
13 15
@NgModule({
14 16
  imports: [
15 17
    CommonModule, FormsModule,
......
21 23
  declarations: [
22 24
    SearchProjectsComponent
23 25
   ],
24
  providers:[
26
  providers:[FreeGuard
25 27
    ],
26 28
  exports: [
27 29
    SearchProjectsComponent

Also available in: Unified diff