From 3392e87dc7870ac808559c9861e2d108e46a9ce7 Mon Sep 17 00:00:00 2001 From: Plague Fox Date: Sun, 5 May 2024 05:29:41 +0400 Subject: [PATCH] Update sign-in form to remove unused code --- example/lib/src/feature/authentication/widget/sign_in_form.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/example/lib/src/feature/authentication/widget/sign_in_form.dart b/example/lib/src/feature/authentication/widget/sign_in_form.dart index 5410ccd..92ad085 100644 --- a/example/lib/src/feature/authentication/widget/sign_in_form.dart +++ b/example/lib/src/feature/authentication/widget/sign_in_form.dart @@ -242,7 +242,6 @@ class _SignInFormState extends State<_SignInForm> { ), ], ), - // TODO(plugfox): generate & copy SignInTextField( focusNode: _secretFocusNode, controller: _secretController,