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:
parent
a1a22d411f
commit
3cc4cd8410
|
|
@ -448,6 +448,7 @@ class Client extends MatrixApi {
|
|||
AccountKind? kind,
|
||||
}) async {
|
||||
final response = await super.register(
|
||||
kind: kind,
|
||||
username: username,
|
||||
password: password,
|
||||
auth: auth,
|
||||
|
|
|
|||
Loading…
Reference in New Issue