Skip to content

Commit 2934f35

Browse files
committed
Fix for visionOS platform checks that were broken in Xcode 15 Beta 7. visionOS check must come first.
1 parent fe01ca6 commit 2934f35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Flows/OAuth2PasswordGrant.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ open class OAuth2PasswordGrant: OAuth2 {
6868

6969
/// Properties used to handle the native controller.
7070
open lazy var customAuthorizer: OAuth2CustomAuthorizerUI = OAuth2CustomAuthorizer()
71-
7271
/**
7372
If credentials are unknown when trying to authorize, the delegate will be asked a login controller to present.
7473

0 commit comments

Comments
 (0)