Skip to content

Commit 35d56b0

Browse files
Update ORCID login data: set institution_ror_id to null for 'ben.oauthsub' and added 'david.oauthsub' entry
1 parent e3985f2 commit 35d56b0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/datasources/OrcidDataSource.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ const orcidLogin = {
55
institution_name: 'Test Institution',
66
},
77
'ben.oauthsub': {
8-
institution_ror_id: 'Test_ror_id_2',
8+
institution_ror_id: null,
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)