1
Fork 0
mirror of https://github.com/Steffo99/twom.git synced 2024-11-25 09:34:25 +00:00

Properly configure login parameters

This commit is contained in:
Steffo 2024-01-09 08:53:29 +01:00
parent f6ae271655
commit 0c21c992d6
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -182,8 +182,7 @@ fun LoginActivityContent(
session = wizard.login( session = wizard.login(
login = username, login = username,
password = password, password = password,
initialDeviceName = "Garasauto", // TODO: Set a proper device name initialDeviceName = "TwoM (Android)",
deviceId = "Garasauto", // TODO: Set a proper device id
) )
} catch (e: Throwable) { } catch (e: Throwable) {
Log.e( Log.e(