forked from baron/baron-sso
fix: resolve syntax error in signup_screen caused by redundant closing brace
This commit is contained in:
@@ -1626,8 +1626,6 @@ class _SignupScreenState extends State<SignupScreen> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
String _buildPolicyDescription() {
|
String _buildPolicyDescription() {
|
||||||
if (_isPolicyLoading) {
|
if (_isPolicyLoading) {
|
||||||
return tr('msg.userfront.signup.policy.loading');
|
return tr('msg.userfront.signup.policy.loading');
|
||||||
|
|||||||
Reference in New Issue
Block a user