fix lockfile
This commit is contained in:
parent
7056244e84
commit
ba252bd807
2 changed files with 28 additions and 78 deletions
|
|
@ -20,7 +20,7 @@ class ClientController extends AsyncNotifier<Client> {
|
|||
await client.checkHomeserver(settings.homeserver);
|
||||
await client.login(
|
||||
LoginType.mLoginPassword,
|
||||
identifier: AuthenticationUserIdentifier(user: settings.name),
|
||||
identifier: AuthenticationUserIdentifier(user: settings.username),
|
||||
password: (await File(settings.botPasswordFile).readAsString()).trim(),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue