Skip to content

Commit

Permalink
#121: re-enable consent-recording on participant-signup
Browse files Browse the repository at this point in the history
  • Loading branch information
ja-fra committed Apr 29, 2024
1 parent 5108358 commit 50eb7c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public Optional<String> createCredentials(String registrationToken, ParticipantC
var routingInfo = ri.get();
final String secret = passwordSupplier.get();

//storeConsent(routingInfo.studyId(), routingInfo.participantId(), consent);
storeConsent(routingInfo.studyId(), routingInfo.participantId(), consent);

final String apiId = namedTemplate.queryForObject(SQL_INSERT_CREDENTIALS,
toParameterSource(routingInfo.studyId(), routingInfo.participantId())
Expand Down

0 comments on commit 50eb7c6

Please sign in to comment.