We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b0405 commit 5daf3a4Copy full SHA for 5daf3a4
1 file changed
GoogleSignIn/Sources/GIDAuthStateMigration.m
@@ -79,7 +79,7 @@ - (void)migrateIfNeededWithTokenURL:(NSURL *)tokenURL
79
NSSet *attributes = [NSSet setWithArray:@[fileBasedKeychain]];
80
GTMKeychainStore *keychainStoreLegacy =
81
[[GTMKeychainStore alloc] initWithItemName:self.keychainStore.itemName
82
- keychainAttributes:attributes];
+ keychainAttributes:attributes];
83
authSession = [keychainStoreLegacy retrieveAuthSessionWithError:nil];
84
#elif TARGET_OS_IOS
85
// Migrate from GPPSignIn 1.x or GIDSignIn 1.0 - 4.x to the GTMAppAuth storage introduced in
0 commit comments