mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
Add CustomSchemeURLParser that enables to parse custom scheme URL and get a deep link path at the end.
This commit is contained in:
@@ -20,5 +20,5 @@ import Foundation
|
||||
enum DeepLinkOption {
|
||||
|
||||
/// Used for SSO callback only when VoiceOver is enabled
|
||||
case connect(_ loginToken: String, _ txnId: String)
|
||||
case connect(_ loginToken: String, _ transactionId: String)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user