diff --git a/userfront/lib/features/auth/presentation/signup_screen.dart b/userfront/lib/features/auth/presentation/signup_screen.dart index 6908458e..cbd0871a 100644 --- a/userfront/lib/features/auth/presentation/signup_screen.dart +++ b/userfront/lib/features/auth/presentation/signup_screen.dart @@ -1626,8 +1626,6 @@ class _SignupScreenState extends State { ); } - } - String _buildPolicyDescription() { if (_isPolicyLoading) { return tr('msg.userfront.signup.policy.loading');