Skip to content

Commit

Permalink
fix: remove the key
Browse files Browse the repository at this point in the history
  • Loading branch information
atm1504 committed Aug 24, 2019
1 parent 6794a76 commit 21ed178
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class LoginActivity : AppCompatActivity(), ILoginView {
lateinit var builder: AlertDialog.Builder
private lateinit var loginPresenter: ILoginPresenter
private lateinit var progressDialog: ProgressDialog
private val RECAPTCHA_KEY = "6LcKhbMUAAAAAGFbYZeNFzqol-7EjOHUK5MvEeOE"
private var recaptcha_response = ""

@SuppressLint("InflateParams")
Expand Down

0 comments on commit 21ed178

Please sign in to comment.