Remove junk value
This commit is contained in:
parent
1f20ba17f4
commit
4dd465fdfa
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ class SetupEnterSecretKeyPage extends StatefulWidget {
|
|||
|
||||
class _SetupEnterSecretKeyPageState extends State<SetupEnterSecretKeyPage> {
|
||||
final _accountController = TextEditingController();
|
||||
final _secretController =
|
||||
TextEditingController(text: kDebugMode ? "JBSWY3DPEHPK3PXP" : "");
|
||||
final _secretController = TextEditingController(text: "");
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
Loading…
Add table
Reference in a new issue