From 6fed8776c9398a5da9f79778f73a9c12f2dff93e Mon Sep 17 00:00:00 2001 From: Thiago Carvalho <32248947+thiagocarvalhodev@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:20:16 -0300 Subject: [PATCH] Update enter_your_password_modal.dart --- .../login/views/modals/enter_your_password_modal.dart | 3 --- 1 file changed, 3 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 70add8313..7aebe464f 100644 --- a/lib/authentication/login/views/modals/enter_your_password_modal.dart +++ b/lib/authentication/login/views/modals/enter_your_password_modal.dart @@ -87,9 +87,6 @@ class _EnterYourPasswordWidgetState extends State { @override Widget build(BuildContext context) { - final colorTokens = ArDriveTheme.of(context).themeData.colorTokens; - final typography = ArDriveTypographyNew.of(context); - final showDerivedWalletAlreadyCreated = widget.derivedEthWallet != null && !widget.loginBloc.existingUserFlow;