forked from baron/baron-sso
style(userfront): add missing curly braces for flow control structures
This commit is contained in:
@@ -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('중복 확인'),
|
||||||
|
|||||||
Reference in New Issue
Block a user