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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue