Skip to content

Commit

Permalink
Update enter_your_password_modal.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Dec 19, 2024
1 parent f5bc1af commit 1484fe6
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,23 +196,6 @@ class _EnterYourPasswordWidgetState extends State<EnterYourPasswordWidget> {
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(
Expand Down

0 comments on commit 1484fe6

Please sign in to comment.