diff --git a/lib/features/auth/pages/page_auth.dart b/lib/features/auth/pages/page_auth.dart index 3981a88..72eb93b 100644 --- a/lib/features/auth/pages/page_auth.dart +++ b/lib/features/auth/pages/page_auth.dart @@ -146,6 +146,7 @@ class _AuthPageWidgetState extends ConsumerState { .auth(_controller.text); if (!mounted) return; if (success) { + _controller.clear(); AppNavigator.push(const ScanQrCodePage()); return; }