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(