Skip to content

Refactor credential types and remove proof from presentation - Update import...

Eduardo Orthmann requested to merge orthmann/web-ui:feature/small-fixes into main

Refactor credential types and remove proof from presentation - Update import types from '@/service/types' - Replace 'Credential' type with 'CredentialData' - Remove 'ValidCredential' type usage - Remove deletion of credential.proof before sending to API This change simplifies the credential data handling and removes unnecessary manipulation of the credential object before API submission.

Merge request reports