Skip to content

Commit

Permalink
Fix tvOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
m4p committed Jun 18, 2021
1 parent 3e5852e commit ee9ddbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/tvOS/OAuth2Authorizer+tvOS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public final class OAuth2Authorizer: OAuth2AuthorizerUI {
public unowned let oauth2: OAuth2Base


init(oauth2: OAuth2) {
public init(oauth2: OAuth2Base) {
self.oauth2 = oauth2
}

Expand Down

0 comments on commit ee9ddbe

Please sign in to comment.