mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
swift: fix typo in url scheme (#3145)
This was preventing macos clients from connecting
This commit is contained in:
@@ -57,7 +57,7 @@ private final class WebAuthenticationSession: NSObject,
|
||||
.appendingQueryItem(URLQueryItem(name: "nonce", value: nonce))
|
||||
.appendingQueryItem(URLQueryItem(name: "as", value: "client"))
|
||||
return try await withCheckedThrowingContinuation { continuation in
|
||||
let callbackURLScheme = "firezone-fd002021111"
|
||||
let callbackURLScheme = "firezone-fd0020211111"
|
||||
let session = ASWebAuthenticationSession(
|
||||
url: url,
|
||||
callbackURLScheme: callbackURLScheme
|
||||
|
||||
Reference in New Issue
Block a user