1
0
mirror of https://github.com/etesync/android synced 2024-11-22 16:08:13 +00:00

Removing some changes

This commit is contained in:
Alejandro Criado-Pérez 2023-07-26 01:57:55 +02:00
parent ef6df3a8ca
commit 22b74bf91b
No known key found for this signature in database
GPG Key ID: 766DF93C61C31C03
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ open class ChangeEncryptionPasswordActivity : BaseActivity() {
val httpClient = HttpClient.Builder(this@ChangeEncryptionPasswordActivity).setForeground(true).build().okHttpClient val httpClient = HttpClient.Builder(this@ChangeEncryptionPasswordActivity).setForeground(true).build().okHttpClient
try { 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 client = Client.create(httpClient, settings.uri?.toString())
val etebase = com.etebase.client.Account.login(client, account.name, old_password) val etebase = com.etebase.client.Account.login(client, account.name, old_password)
Logger.log.info("Login successful") Logger.log.info("Login successful")

2
gradlew.bat vendored
View File

@ -46,7 +46,7 @@ echo location of your Java installation.
goto fail goto fail
:init :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 not "%OS%" == "Windows_NT" goto win9xME_args
if "%@eval[2+2]" == "4" goto 4NT_args if "%@eval[2+2]" == "4" goto 4NT_args