fix: follow account kind in registration

- as of now, account kind ist simply ignored

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
TheOneWithTheBraid 2022-11-22 07:53:59 +01:00
parent a1a22d411f
commit 3cc4cd8410
1 changed files with 1 additions and 0 deletions

View File

@ -448,6 +448,7 @@ class Client extends MatrixApi {
AccountKind? kind,
}) async {
final response = await super.register(
kind: kind,
username: username,
password: password,
auth: auth,