fix: Add 3pid email for password reset
This commit is contained in:
parent
eb879936a6
commit
1f3d88d09c
3 changed files with 18 additions and 11 deletions
|
|
@ -28,6 +28,7 @@ class Settings3PidView extends StatelessWidget {
|
|||
],
|
||||
),
|
||||
body: MaxWidthBody(
|
||||
withScrolling: false,
|
||||
child: FutureBuilder<List<ThirdPartyIdentifier>?>(
|
||||
future: controller.request,
|
||||
builder: (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue