fix: 3pid
This commit is contained in:
parent
0aaf24ecb1
commit
6739e348b8
1 changed files with 0 additions and 16 deletions
|
|
@ -46,22 +46,6 @@ class _Settings3PidState extends State<Settings3Pid> {
|
||||||
useRootNavigator: false,
|
useRootNavigator: false,
|
||||||
);
|
);
|
||||||
if (ok == null) return;
|
if (ok == null) return;
|
||||||
final password = await showTextInputDialog(
|
|
||||||
context: context,
|
|
||||||
title: L10n.of(context).pleaseEnterYourPassword,
|
|
||||||
okLabel: L10n.of(context).ok,
|
|
||||||
cancelLabel: L10n.of(context).cancel,
|
|
||||||
useRootNavigator: false,
|
|
||||||
textFields: [
|
|
||||||
DialogTextField(
|
|
||||||
hintText: '******',
|
|
||||||
obscureText: true,
|
|
||||||
minLines: 1,
|
|
||||||
maxLines: 1,
|
|
||||||
),
|
|
||||||
],
|
|
||||||
);
|
|
||||||
if (password == null) return;
|
|
||||||
final success = await showFutureLoadingDialog(
|
final success = await showFutureLoadingDialog(
|
||||||
context: context,
|
context: context,
|
||||||
future: () => Matrix.of(context).client.uiaRequestBackground(
|
future: () => Matrix.of(context).client.uiaRequestBackground(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue