Production release February 2024 [CONNECT] #34

Merged
konstantina.galouni merged 168 commits from develop into master 2024-02-15 11:04:20 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit e900c28318 - Show all commits

View File

@ -442,7 +442,7 @@ export class OrcidWorkComponent {
}
openGrantWindow() {
if (!Session.isLoggedIn()) {
if (!this.isLoggedIn) {
//this.userValidMessage = "User session has expired. Please login again.";
this._router.navigate(['/user-info'], {
queryParams: {
@ -514,7 +514,7 @@ export class OrcidWorkComponent {
}
public saveWorkPreparation() {
if (!Session.isLoggedIn()) {
if (!this.isLoggedIn) {
//this.userValidMessage = "User session has expired. Please login again.";
this._router.navigate(['/user-info'], {
queryParams: {