Skip to content

Commit 5eede6f

Browse files
Remove unused ORCID login entry for 'david.oauthsub' (#104)
1 parent 9e0eb3d commit 5eede6f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/datasources/OrcidDataSource.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ 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-
},
1712
};
1813

1914
module.exports = orcidLogin;

0 commit comments

Comments
 (0)