Skip to content

Commit

Permalink
Update IdentityService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
epicsoft-llc authored Sep 16, 2021
1 parent 538f677 commit 7cec6b5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@
@RequiredArgsConstructor
public class IdentityService {

private static final String IDENTITY_PATH = "/identity/verificationMethod/" + VERIFCATION_TYPE;

private static final String VERIFICATION_TYPE = "JsonWebKey2020";


private static final String IDENTITY_PATH = "/identity/verificationMethod" + VERIFICATION_TYPE;

private final DgcProperties dgcProperties;

Expand Down

0 comments on commit 7cec6b5

Please sign in to comment.