-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Recaptcha verification during signup #2444
base: development
Are you sure you want to change the base?
Conversation
@atm1504 Please review |
@@ -37,6 +41,7 @@ class SignUpActivity : AppCompatActivity(), ISignUpView { | |||
private lateinit var forgotPasswordProgressDialog: Dialog | |||
private lateinit var builder: AlertDialog.Builder | |||
private var checkDialog: Boolean = false | |||
private val RECAPTCHA_KEY = "6LcKhbMUAAAAAGFbYZeNFzqol-7EjOHUK5MvEeOE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be hardcoded
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What else can I do to avoid this @iamareebjamal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See where all configs are placed
} | ||
}) | ||
.addOnFailureListener(this, OnFailureListener { e -> | ||
Timber.e("Error: " + e) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not correct way of using Timber.e
The screenshot you provided has been copied from #2360 |
@atm1504 I don't think this is a case of plagiarism. |
OK @atm1504 Why should copying your screenshot, or even your code be considered plagiarism? You contributed that as open source. Unless you have complete your PR, why shouldn't anyone else even use your code to do it? And here, it's not even code being copied. I don't think you understand plagiarism. Screenshot was not even required in the PR. |
@iamareebjamal I don't consider copying code as plagiarism in open source. But the thing is that this pr was created without even testing the code, which can be proved directly by seeing the screenshot. |
You didn't write any of that. Only about screenshot being copied |
@iamareebjamal that was my fault that I didn't mention all the reasons. |
@atm1504 I checked it with my key but I thought that maybe the key you used previously was still active and is in current use. |
Fixes #2350
Changes: Add recaptcha during signup.
Screenshots for the change: