Skip to content

Commit 8e933c2

Browse files
committed
rebase
1 parent 43b6160 commit 8e933c2

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

GoogleSignIn/Sources/GIDAuthStateMigration/Implementation/GIDAuthStateMigration.h

Lines changed: 0 additions & 38 deletions
This file was deleted.

GoogleSignIn/Sources/GIDSignIn.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ @implementation GIDSignIn {
186186
// Flag indicating developer's intent to use App Check.
187187
BOOL _configureAppCheckCalled;
188188
#endif // TARGET_OS_IOS && !TARGET_OS_MACCATALYST
189+
// Service for performing auth state migrations.
190+
GIDAuthStateMigration *_authStateMigrationService;
189191
}
190192

191193
#pragma mark - Public methods

0 commit comments

Comments
 (0)