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:
Krille Fear 2022-11-22 07:04:03 +00:00
commit cfd681a760
1 changed files with 1 additions and 0 deletions

View File

@ -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,