remove useless comment

This commit is contained in:
krawieck 2020-09-21 23:17:55 +02:00
parent 2996c8e5ef
commit 521cf3fbd0
1 changed files with 0 additions and 13 deletions

View File

@ -212,19 +212,6 @@ class AddAccountPage extends HookWidget {
ul.launch('https://$instanceUrl/login');
},
),
// Row(
// // mainAxisAlignment: MainAxisAlignment.end,
// children: [
// FlatButton(
// shape: RoundedRectangleBorder(
// borderRadius: BorderRadius.circular(10),
// ),
// child: Text('Cancel'),
// onPressed: () => Navigator.of(context).pop(),
// ),
// Spacer(),
// ],
// )
],
),
),