Skip to content

Commit b5c91d7

Browse files
authored
Merge pull request #126 from #113-UI-for-submission-Matching-and-Adding-Publication-UI
add curator whitelist emails
2 parents 38fc8ab + 5e3a2fe commit b5c91d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/core/services/auth.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export class AuthService {
2222
if (environment.WHITELISTED_CURATORS.indexOf(this.getDecodedToken()?.email) > -1) {
2323
return true;
2424
}
25-
console.log('nono');
2625
return this.getDecodedToken()?.domains?.indexOf('self.GWAS_Curator') > -1;
2726
}
2827

0 commit comments

Comments
 (0)