We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bb73c commit 30b067bCopy full SHA for 30b067b
auth/src/main/java/com/firebase/ui/auth/ui/phone/SubmitConfirmationCodeFragment.java
@@ -54,7 +54,7 @@ public class SubmitConfirmationCodeFragment extends FragmentBase {
54
public static final String TAG = "SubmitConfirmationCodeFragment";
55
56
private static final int VERIFICATION_CODE_LENGTH = 6;
57
- private static final long RESEND_WAIT_MILLIS = 15000;
+ private static final long RESEND_WAIT_MILLIS = 60000;
58
private static final long TICK_INTERVAL_MILLIS = 500;
59
private static final String EXTRA_MILLIS_UNTIL_FINISHED = "millis_until_finished";
60
0 commit comments