Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
swan-amazon committed Jan 10, 2025
1 parent 788ed21 commit 046c109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/server/DefaultTermsAndConditionsProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ CHIP_ERROR chip::app::DefaultTermsAndConditionsProvider::GetAcknowledgementsRequ
TermsAndConditions acceptedTermsAndConditions = acceptedTermsAndConditionsMaybe.Value();

bool requiredTermsAndConditionsAreAccepted = requiredTermsAndConditions.Validate(acceptedTermsAndConditions);
outAcknowledgementsRequired = !requiredTermsAndConditionsAreAccepted;
outAcknowledgementsRequired = !requiredTermsAndConditionsAreAccepted;
return CHIP_NO_ERROR;
}

Expand Down

0 comments on commit 046c109

Please sign in to comment.