Skip to content

Commit 087620d

Browse files
committed
[NFC] Unmutated vars
1 parent b01a8f2 commit 087620d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseAuth/Sources/Swift/Auth/Auth.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2348,7 +2348,7 @@ extension Auth: AuthInterop {
23482348

23492349
/// The configuration object comprising of parameters needed to make a request to Firebase
23502350
/// Auth's backend.
2351-
var requestConfiguration: AuthRequestConfiguration
2351+
let requestConfiguration: AuthRequestConfiguration
23522352

23532353
let backend: AuthBackend
23542354

@@ -2364,7 +2364,7 @@ extension Auth: AuthInterop {
23642364
var notificationManager: AuthNotificationManager!
23652365

23662366
/// An object that takes care of presenting URLs via the auth instance.
2367-
var authURLPresenter: AuthWebViewControllerDelegate
2367+
let authURLPresenter: AuthWebViewControllerDelegate
23682368

23692369
#endif // TARGET_OS_IOS
23702370

0 commit comments

Comments
 (0)