Skip to content

Commit 15e5517

Browse files
committed
We don't need the server auth code
1 parent 9022554 commit 15e5517

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/src/main/java/com/firebase/ui/auth/google/GoogleAuthProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ public void onActivityResult(int requestCode, int resultCode, Intent data) {
115115
private void handleSignInResult(GoogleSignInResult result) {
116116
if (result.isSuccess()) {
117117
GoogleSignInAccount acct = result.getSignInAccount();
118-
acct.getServerAuthCode();
119118
GoogleOAuthTask googleOAuthTask = new GoogleOAuthTask();
120119
googleOAuthTask.setContext(getContext());
121120
googleOAuthTask.setHandler(this);

0 commit comments

Comments
 (0)