fix: Add 3pid email for password reset

This commit is contained in:
krille-chan 2023-12-26 16:32:47 +01:00
commit 1f3d88d09c
No known key found for this signature in database
3 changed files with 18 additions and 11 deletions

View file

@ -28,6 +28,7 @@ class Settings3PidView extends StatelessWidget {
],
),
body: MaxWidthBody(
withScrolling: false,
child: FutureBuilder<List<ThirdPartyIdentifier>?>(
future: controller.request,
builder: (