Thanks to visit codestin.com Credit goes to github.com
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 e08ddb7 commit fd84081Copy full SHA for fd84081
auth/app/src/main/java/com/google/firebase/quickstart/auth/kotlin/PhoneAuthActivity.kt
@@ -59,7 +59,7 @@ class PhoneAuthActivity : Activity() {
59
} else if (e is FirebaseTooManyRequestsException) {
60
// The SMS quota for the project has been exceeded
61
} else if (e is FirebaseAuthMissingActivityRecaptchaException) {
62
- // Recaptcha verification attempted with invalid acitvity
+ // reCAPTCHA verification attempted with null Activity
63
}
64
65
// Show a message and update the UI
0 commit comments