refactor: Update SDK and enable login with email and phone

This commit is contained in:
Christian Pauly 2021-03-09 19:39:25 +01:00
commit 39421fae32
8 changed files with 47 additions and 12 deletions

View file

@ -36,7 +36,6 @@ class _HomeserverPickerState extends State<HomeserverPicker> {
context: context,
future: () => Matrix.of(context).client.login(
type: AuthenticationTypes.token,
userIdentifierType: null,
token: token,
initialDeviceDisplayName: PlatformInfos.clientName,
),