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:
parent
f6ae271655
commit
0c21c992d6
1 changed files with 1 additions and 2 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue