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;