We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38fc8ab + 5e3a2fe commit b5c91d7Copy full SHA for b5c91d7
src/app/core/services/auth.service.ts
@@ -22,7 +22,6 @@ export class AuthService {
22
if (environment.WHITELISTED_CURATORS.indexOf(this.getDecodedToken()?.email) > -1) {
23
return true;
24
}
25
- console.log('nono');
26
return this.getDecodedToken()?.domains?.indexOf('self.GWAS_Curator') > -1;
27
28
0 commit comments