Skip to content

Commit

Permalink
Make AppAuthStateData an internal declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
mohannad-hassan committed Jan 22, 2025
1 parent 1277091 commit b029a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/AppAuthOAuthService/AppAuthOAuthService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import OAuthService
import UIKit
import VLogging

public struct AppAuthStateData: OAuthStateData {
struct AppAuthStateData: OAuthStateData {
let state: OIDAuthState

public var isAuthorized: Bool { state.isAuthorized }
Expand Down

0 comments on commit b029a44

Please sign in to comment.