1
0
forked from baron/baron-sso

style(userfront): add missing curly braces for flow control structures

This commit is contained in:
2026-03-27 19:21:33 +09:00
parent 8f78dbf68c
commit 987b4797bb

View File

@@ -1488,8 +1488,9 @@ class _SignupScreenState extends State<SignupScreen> {
.replaceAll('Exception: ', ''), .replaceAll('Exception: ', ''),
); );
} finally { } finally {
if (mounted) if (mounted) {
setState(() => _isLoading = false); setState(() => _isLoading = false);
}
} }
}, },
child: const Text('중복 확인'), child: const Text('중복 확인'),