Skip to content

Commit 51697e1

Browse files
committed
Fix typo of GIDConfiguration's property
1 parent 4422b82 commit 51697e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/iOS/GoogleSignIn.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ bool GoogleSignIn_Configure(void *unused, bool useGameSignIn,
188188
if (webClientId) {
189189
NSLog(@"Configure webClientId at runtime");
190190
GIDConfiguration* config = [GIDSignIn sharedInstance].configuration;
191-
[GIDSignIn sharedInstance].configuration = [[GIDConfiguration alloc] initWithClientID:config.clientId serverClientID:[NSString stringWithUTF8String:webClientId] hostedDomain:config.hostedDomain openIDRealm:config.openIDRealm];
191+
[GIDSignIn sharedInstance].configuration = [[GIDConfiguration alloc] initWithClientID:config.clientID serverClientID:[NSString stringWithUTF8String:webClientId] hostedDomain:config.hostedDomain openIDRealm:config.openIDRealm];
192192
}
193193

194194
int scopeSize = scopeCount;

0 commit comments

Comments
 (0)