From 97a60ead91686276d5d1eabe2f6b081b108e7095 Mon Sep 17 00:00:00 2001 From: chan Date: Mon, 6 Apr 2026 17:37:34 +0900 Subject: [PATCH] fix: resolve syntax error in signup_screen caused by redundant closing brace --- userfront/lib/features/auth/presentation/signup_screen.dart | 2 -- 1 file changed, 2 deletions(-) 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');