Skip to content

Commit

Permalink
WIP: Rename lots, add sitewide options, start on Orcid verify
Browse files Browse the repository at this point in the history
  • Loading branch information
ewhanson committed Jan 5, 2024
1 parent 76fdf0d commit 5246b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Form/context/OrcidSettingsForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
*/
fieldChanged: function (name, prop, value, localeKey) {
if (name === 'orcidEnabled') {
this.removeError('orcidProfileAPIPath', localeKey);
this.removeError('orcidApiType', localeKey);
this.removeError('orcidClientId', localeKey);
this.removeError('orcidClientSecret', localeKey);
}
Expand Down

0 comments on commit 5246b01

Please sign in to comment.