We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd7628 commit 72a4956Copy full SHA for 72a4956
Sources/FusionAuth/oauth/OAuthAuthorizeOptions.swift
@@ -28,7 +28,7 @@ public struct OAuthAuthorizeOptions {
28
let userCode: String?
29
30
public init(
31
- redirectUri: String = "\(Bundle.main.bundleIdentifier ?? ""):/oauth2redirect/ios-provider",
+ redirectUri: String = "\(Bundle.main.bundleIdentifier):/oauth2redirect/ios-provider",
32
idpHint: String? = nil,
33
codeChallenge: String? = nil,
34
codeChallengeMethod: OAuthCodeChallengeMethod? = nil,
0 commit comments