Skip to content

Commit

Permalink
redirect wip
Browse files Browse the repository at this point in the history
  • Loading branch information
GhenadieVP committed Feb 19, 2024
1 parent 3f36d40 commit a4229bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RadixWallet/RadixConnect/RaMS/RaMS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ public actor RaMS {

let (data, dataResponse) = try await session.data(for: urlRequest)

// @Dependency(\.openURL) var openURL
// Task {
// await openURL(.init(string: "https://ddjdmrlme9v4i.cloudfront.net/deep-link")!)
// }
@Dependency(\.openURL) var openURL
Task {
await openURL(.init(string: "https://ddjdmrlme9v4i.cloudfront.net/wallet-response")!)
}
}
}

Expand Down

0 comments on commit a4229bc

Please sign in to comment.