Merge branch 'braid/account-kind' into 'main'
fix: follow account kind in registration See merge request famedly/company/frontend/famedlysdk!1175
This commit is contained in:
commit
cfd681a760
|
|
@ -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