Skip to content

Commit

Permalink
Keep assertionText field as default empty (#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Jun 27, 2024
1 parent f57a4e6 commit d82691b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,6 @@ where
credential.credential_subject.endpoint =
context.data_provider_config.credential_endpoint.to_string();

credential.credential_subject.assertion_text = format!("{:?}", req.assertion);

if let Some(schema) = credential_schema::get_schema_url(&req.assertion) {
credential.credential_schema.id = schema;
}
Expand Down

0 comments on commit d82691b

Please sign in to comment.