Skip to content

Commit

Permalink
chore: reverted unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sksadjad committed Jun 27, 2024
1 parent 370488a commit dc37ab7
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/services/machines/siopV2MachineService.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
import {SupportedVersion, VerifiedAuthorizationRequest} from '@sphereon/did-auth-siop';
import {
ConnectionType,
CorrelationIdentifierType,
CredentialRole,
DidAuthConfig,
IdentityOrigin,
NonPersistedIdentity,
Party,
} from '@sphereon/ssi-sdk.data-store';
import {ConnectionType, CorrelationIdentifierType, DidAuthConfig, CredentialRole, NonPersistedIdentity, Party} from '@sphereon/ssi-sdk.data-store';
import {W3CVerifiableCredential} from '@sphereon/ssi-types';
import {Linking} from 'react-native';
import {URL} from 'react-native-url-polyfill';
Expand Down Expand Up @@ -119,8 +111,6 @@ export const addContactIdentity = async (context: Pick<SiopV2MachineContext, 'co

if (correlationId) {
const identity: NonPersistedIdentity = {
//TODO: ask @bram about this
origin: IdentityOrigin.EXTERNAL,
alias: correlationId,
roles: [CredentialRole.ISSUER],
identifier: {
Expand Down

0 comments on commit dc37ab7

Please sign in to comment.