From df38ecee18c4a276c057bd7c724bab4a7fa0ebb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E9=94=8B?= <2535831261@qq.com> Date: Wed, 29 Jul 2026 18:06:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=90=8E=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/features/auth/pages/page_auth.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/features/auth/pages/page_auth.dart b/lib/features/auth/pages/page_auth.dart index 393c0bc..c0e2ced 100644 --- a/lib/features/auth/pages/page_auth.dart +++ b/lib/features/auth/pages/page_auth.dart @@ -140,6 +140,7 @@ class _AuthPageWidgetState extends ConsumerState { .auth(_controller.text); if (!mounted) return; if (success) { + _controller.clear(); AppNavigator.push(const ScanQrCodePage()); return; }