Skip to content

Commit 7fe7a16

Browse files
authored
Fix tvOS build (#372)
1 parent 68748bf commit 7fe7a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/tvOS/OAuth2Authorizer+tvOS.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public final class OAuth2Authorizer: OAuth2AuthorizerUI {
3131
public unowned let oauth2: OAuth2Base
3232

3333

34-
init(oauth2: OAuth2) {
34+
public init(oauth2: OAuth2Base) {
3535
self.oauth2 = oauth2
3636
}
3737

0 commit comments

Comments
 (0)