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 {