Project

General

Profile

« Previous | Next » 

Revision 61297

[Explore | Angular 11]: Merge changes from trunk> Update ng-recaptcha to version 7.0.1

View differences:

modules/uoa-services-portal/branches/angular-11/explore/package.json
41 41
    "core-js": "^2.5.4",
42 42
    "express": "^4.15.2",
43 43
    "jquery": "^3.4.1",
44
    "ng-recaptcha": "^5.0.0",
44
    "ng-recaptcha": "^7.0.1",
45 45
    "prom-client": "^11.3.0",
46 46
    "rxjs": "^6.5.1",
47 47
    "ts-md5": "^1.2.0",
modules/uoa-services-portal/branches/angular-11/explore/src/environments/environment.beta.ts
123 123
  adminPortalURL: "https://beta.admin.connect.openaire.eu",
124 124

  
125 125
  myOrcidLinksPage: "/my-orcid-links",
126
  footerGrantText: "This service has received funding from EU grants No. 643410, No. 777541, No 101017452"
126
  footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452"
127 127
};
modules/uoa-services-portal/branches/angular-11/explore/src/environments/environment.test.ts
123 123
  adminPortalURL: "https://beta.admin.connect.openaire.eu",
124 124

  
125 125
  myOrcidLinksPage: "/my-orcid-links",
126
  footerGrantText: "This service has received funding from EU grants No. 643410, No. 777541, No 101017452"
126
  footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452"
127 127
};
modules/uoa-services-portal/branches/angular-11/explore/src/environments/environment.ts
127 127
  adminPortalURL: "https://beta.admin.connect.openaire.eu",
128 128

  
129 129
  myOrcidLinksPage: "/my-orcid-links",
130
  footerGrantText: "This service has received funding from EU grants No. 643410, No. 777541, No 101017452"
130
  footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452"
131 131
};
modules/uoa-services-portal/branches/angular-11/explore/src/environments/environment.prod.ts
124 124
  adminPortalURL: "https://admin.explore.openaire.eu",
125 125

  
126 126
  myOrcidLinksPage: "/my-orcid-links",
127
  footerGrantText: "This service has received funding from EU grants No. 643410, No. 777541, No 101017452"
127
  footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452"
128 128
};

Also available in: Unified diff