Skip to content

Commit

Permalink
Update ModelValidator client ID property (#1717)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 authored Mar 15, 2024
1 parent cf23793 commit 6fc12df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class ModelValidator extends BaseValidator {

private static final Logger logger = LoggerFactory.getLogger(ModelValidator.class);

@Value("${webade-oauth2.wfim.client.id}")
@Value("${WEBADE_OAUTH2_CLIENT_ID}")
private String webadeOauth2ClientId;

@Value("${WEBADE_OAUTH2_WFNEWS_REST_CLIENT_SECRET}")
Expand Down

0 comments on commit 6fc12df

Please sign in to comment.