Skip to content

Commit

Permalink
Merge pull request #83 from CloudEcosystemDev/fix/change-auth-url-name
Browse files Browse the repository at this point in the history
Changed authClientUrl to authUrl
  • Loading branch information
jorgerusso committed Sep 12, 2023
2 parents bbf804e + f9d6453 commit f001d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/component-repository/src/models/ComponentVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const componentVersion = new Schema(
authSetupLink: {
type: String,
},
authClientUrl: {
authUrl: {
type: String,
},
tokenUrl: {
Expand Down

0 comments on commit f001d4d

Please sign in to comment.