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

@ -20,6 +20,14 @@ class SettingsPasswordView extends StatelessWidget {
padding: const EdgeInsets.all(16.0),
child: Column(
children: [
Center(
child: Icon(
Icons.key_outlined,
color: Theme.of(context).dividerColor,
size: 80,
),
),
const SizedBox(height: 16),
TextField(
controller: controller.oldPasswordController,
obscureText: true,