From be09a8beac6cf139356eb7a5b17ce93f72daa43a Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 22 Dec 2025 02:17:01 -0800 Subject: [PATCH] =?UTF-8?q?fix(mobile-app):=20=E6=B7=BB=E5=8A=A0=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=E7=9A=84=20authProvider=20=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../lib/features/auth/presentation/pages/set_password_page.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/mobile-app/lib/features/auth/presentation/pages/set_password_page.dart b/frontend/mobile-app/lib/features/auth/presentation/pages/set_password_page.dart index a2a74b99..f468b21b 100644 --- a/frontend/mobile-app/lib/features/auth/presentation/pages/set_password_page.dart +++ b/frontend/mobile-app/lib/features/auth/presentation/pages/set_password_page.dart @@ -5,6 +5,7 @@ import 'package:go_router/go_router.dart'; import '../../../../core/di/injection_container.dart'; import '../../../../core/services/multi_account_service.dart'; import '../../../../routes/route_paths.dart'; +import '../providers/auth_provider.dart'; /// 设置登录密码页面参数 class SetPasswordParams {