This commit is contained in:
open-trade 2020-11-27 12:46:40 +08:00
parent 2f3a46db1c
commit 69ede0fb03

View File

@ -516,7 +516,7 @@ void enterPasswordDialog(String id, BuildContext context) {
showAlertDialog(
context,
(setState) => Tuple3(
Text('Please enter your password'),
Text('Password required'),
Column(mainAxisSize: MainAxisSize.min, children: [
PasswordWidget(controller: controller),
CheckboxListTile(