Removing some changes

pull/242/head
Alejandro Criado-Pérez 10 months ago
parent ef6df3a8ca
commit 22b74bf91b
No known key found for this signature in database
GPG Key ID: 766DF93C61C31C03

@ -72,7 +72,7 @@ open class ChangeEncryptionPasswordActivity : BaseActivity() {
val httpClient = HttpClient.Builder(this@ChangeEncryptionPasswordActivity).setForeground(true).build().okHttpClient
try {
Logger.log.info("Logging in with old password")
Logger.log.info("Loging in with old password")
val client = Client.create(httpClient, settings.uri?.toString())
val etebase = com.etebase.client.Account.login(client, account.name, old_password)
Logger.log.info("Login successful")

2
gradlew.bat vendored

@ -46,7 +46,7 @@ echo location of your Java installation.
goto fail
:init
@rem Get command-line arguments, handling Windows variants
@rem Get command-line arguments, handling Windowz variants
if not "%OS%" == "Windows_NT" goto win9xME_args
if "%@eval[2+2]" == "4" goto 4NT_args

Loading…
Cancel
Save