From 1484fe6ad8dc26947f39308be9fc6d5262d70a12 Mon Sep 17 00:00:00 2001 From: Thiago Carvalho <32248947+thiagocarvalhodev@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:35:41 -0300 Subject: [PATCH] Update enter_your_password_modal.dart --- .../views/modals/enter_your_password_modal.dart | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/lib/authentication/login/views/modals/enter_your_password_modal.dart b/lib/authentication/login/views/modals/enter_your_password_modal.dart index 8e2b1138c..bcc476b16 100644 --- a/lib/authentication/login/views/modals/enter_your_password_modal.dart +++ b/lib/authentication/login/views/modals/enter_your_password_modal.dart @@ -196,23 +196,6 @@ class _EnterYourPasswordWidgetState extends State { fontWeight: ArFontWeight.semiBold), ) : const SizedBox(), - // Row( - // mainAxisAlignment: MainAxisAlignment.center, - // crossAxisAlignment: CrossAxisAlignment.center, - // children: [ - // Text(appLocalizationsOf(context).walletAddress, - // style: typography.paragraphNormal( - // color: colorTokens.textLow, - // fontWeight: ArFontWeight.semiBold)), - // const SizedBox(width: 8), - // FutureBuilder( - // future: _getWalletAddress(), - // builder: (context, address) => address.hasData - // ? TruncatedAddressNew( - // walletAddress: address.data!) - // : const Text('')) - // ], - // ), const SizedBox(height: 40), Text('Password', style: typography.paragraphNormal(