no message

This commit is contained in:
Peter
2018-04-11 23:43:31 +04:00
parent 1b09f8430a
commit e93d7791a7
70 changed files with 9580 additions and 710 deletions

View File

@@ -225,7 +225,7 @@ public func openExternalUrl(account: Account, url: String, presentationData: Pre
convertedUrl = result
}
}
} else if parsedUrl.host == "secureid" {
} else if parsedUrl.host == "passport" {
if let components = URLComponents(string: "/?" + query) {
var botId: Int32?
var scope: String?