diff --git a/userfront/lib/features/auth/presentation/signup_screen.dart b/userfront/lib/features/auth/presentation/signup_screen.dart index e6fffa74..830c14fe 100644 --- a/userfront/lib/features/auth/presentation/signup_screen.dart +++ b/userfront/lib/features/auth/presentation/signup_screen.dart @@ -1488,8 +1488,9 @@ class _SignupScreenState extends State { .replaceAll('Exception: ', ''), ); } finally { - if (mounted) + if (mounted) { setState(() => _isLoading = false); + } } }, child: const Text('중복 확인'),