mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-21 23:54:26 +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(
|
||||
login = username,
|
||||
password = password,
|
||||
initialDeviceName = "Garasauto", // TODO: Set a proper device name
|
||||
deviceId = "Garasauto", // TODO: Set a proper device id
|
||||
initialDeviceName = "TwoM (Android)",
|
||||
)
|
||||
} catch (e: Throwable) {
|
||||
Log.e(
|
||||
|
|
Loading…
Reference in a new issue