text
This commit is contained in:
parent
2f3a46db1c
commit
69ede0fb03
@ -516,7 +516,7 @@ void enterPasswordDialog(String id, BuildContext context) {
|
|||||||
showAlertDialog(
|
showAlertDialog(
|
||||||
context,
|
context,
|
||||||
(setState) => Tuple3(
|
(setState) => Tuple3(
|
||||||
Text('Please enter your password'),
|
Text('Password required'),
|
||||||
Column(mainAxisSize: MainAxisSize.min, children: [
|
Column(mainAxisSize: MainAxisSize.min, children: [
|
||||||
PasswordWidget(controller: controller),
|
PasswordWidget(controller: controller),
|
||||||
CheckboxListTile(
|
CheckboxListTile(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user