Skip to content

Commit 7550d7c

Browse files
amandlesamtstern
authored andcommitted
Fix for: Wrong result code after password reset flow (#149)
1 parent 42962fc commit 7550d7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

auth/src/main/java/com/firebase/ui/auth/ui/email/SignInActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ public void onClick(View view) {
148148
this,
149149
mActivityHelper.getFlowParams(),
150150
mEmailEditText.getText().toString()));
151-
finish(RESULT_OK, new Intent());
152151
return;
153152
}
154153
}

0 commit comments

Comments
 (0)