Skip to content

Commit

Permalink
Add issue reference to TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgardo committed Apr 26, 2024
1 parent 9056bda commit 962a515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Concordium/WalletIdentity.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public enum IdentityRequestError: Error {
}

public typealias IdentityIssuanceRequest = HTTPRequest<IdentityVerificationStatusResponse>
public typealias IdentityRecoverRequest = HTTPRequest<Versioned<IdentityObject>> // TODO: ensure that failure is handled gracefully if identity isn't there
public typealias IdentityRecoverRequest = HTTPRequest<Versioned<IdentityObject>> // TODO: (#37): ensure that failure is handled gracefully if identity isn't there

public class IdentityRequestURLBuilder {
private let callbackURL: URL? // Android example wallet uses: concordiumwallet-example://identity-issuer/callback
Expand Down

0 comments on commit 962a515

Please sign in to comment.