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,
|
AccountKind? kind,
|
||||||
}) async {
|
}) async {
|
||||||
final response = await super.register(
|
final response = await super.register(
|
||||||
|
kind: kind,
|
||||||
username: username,
|
username: username,
|
||||||
password: password,
|
password: password,
|
||||||
auth: auth,
|
auth: auth,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue