Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd84081

Browse files
fixed comment
Co-authored-by: Rosário Pereira Fernandes <[email protected]>
1 parent e08ddb7 commit fd84081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/app/src/main/java/com/google/firebase/quickstart/auth/kotlin/PhoneAuthActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class PhoneAuthActivity : Activity() {
5959
} else if (e is FirebaseTooManyRequestsException) {
6060
// The SMS quota for the project has been exceeded
6161
} else if (e is FirebaseAuthMissingActivityRecaptchaException) {
62-
// Recaptcha verification attempted with invalid acitvity
62+
// reCAPTCHA verification attempted with null Activity
6363
}
6464

6565
// Show a message and update the UI

0 commit comments

Comments
 (0)