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:

organization.module.ts
19 19
import {ProjectsServiceModule} from '../../services/projectsService.module';
20 20

  
21 21
import { SearchingProjectsTabModule} from '../searchingProjectsInTab.module';
22
import {FreeGuard} from'../../login/freeGuard.guard';
22 23

  
23 24
@NgModule({
24 25
  imports: [
......
40 41
  OrganizationComponent,
41 42
  ],
42 43
  providers:[
44
    FreeGuard
43 45
   ],
44 46
  exports: [
45 47
  OrganizationComponent

Also available in: Unified diff