Skip to content

Commit

Permalink
Merge pull request #126 from #113-UI-for-submission-Matching-and-Addi…
Browse files Browse the repository at this point in the history
…ng-Publication-UI

add curator whitelist emails
  • Loading branch information
ala-ebi authored Mar 21, 2024
2 parents 38fc8ab + 5e3a2fe commit b5c91d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/core/services/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export class AuthService {
if (environment.WHITELISTED_CURATORS.indexOf(this.getDecodedToken()?.email) > -1) {
return true;
}
console.log('nono');
return this.getDecodedToken()?.domains?.indexOf('self.GWAS_Curator') > -1;
}

Expand Down

0 comments on commit b5c91d7

Please sign in to comment.