Skip to content

Commit 9e0eb3d

Browse files
Update ORCID login data (#103)
* Update ORCID login data: set institution_ror_id to null for 'ben.oauthsub' and added 'david.oauthsub' entry * Update ORCID login data: set institution_ror_id for 'ben.oauthsub' to 'Test_ror_id_2'
1 parent e3985f2 commit 9e0eb3d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/datasources/OrcidDataSource.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ const orcidLogin = {
99
institution_country: 'TestCountry',
1010
institution_name: 'Test Institution2',
1111
},
12+
'david.oauthsub': {
13+
institution_ror_id: null,
14+
institution_country: 'TestCountry',
15+
institution_name: 'Test Institution3',
16+
},
1217
};
1318

1419
module.exports = orcidLogin;

0 commit comments

Comments
 (0)