fix lockfile

This commit is contained in:
Henry Hiles 2026-02-28 19:57:17 -05:00
commit ba252bd807
No known key found for this signature in database
2 changed files with 28 additions and 78 deletions

View file

@ -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(),
);