Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Nov 18, 2024
1 parent 43b087e commit ea84539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FirebaseAuth/Sources/Swift/Auth/Auth.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2364,15 +2364,15 @@ extension Auth: AuthInterop {
// MARK: Private properties

/// The stored user manager.
private var storedUserManager: AuthStoredUserManager
private let storedUserManager: AuthStoredUserManager

/// The Firebase app name.
private let firebaseAppName: String

private let authDispatcher: AuthDispatcher

/// The keychain service.
private var keychainServices: AuthKeychainServices
private let keychainServices: AuthKeychainServices

/// The user access (ID) token used last time for posting auth state changed notification.
private var lastNotifiedUserToken: String?
Expand Down

0 comments on commit ea84539

Please sign in to comment.