mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
feat: comma dangle
This commit is contained in:
@ -340,8 +340,8 @@ class SignupPage extends React.Component {
|
||||
|
||||
this.setState({validEmail: true});
|
||||
return Promise.resolve();
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
]}
|
||||
>
|
||||
<Input onChange={e => this.setState({email: e.target.value})} />
|
||||
@ -386,8 +386,8 @@ class SignupPage extends React.Component {
|
||||
|
||||
this.setState({validPhone: true});
|
||||
return Promise.resolve();
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
]}
|
||||
>
|
||||
<Input
|
||||
@ -530,7 +530,7 @@ class SignupPage extends React.Component {
|
||||
Setting.goToLogin(this, application);
|
||||
}}>
|
||||
Sign In
|
||||
</Button>
|
||||
</Button>,
|
||||
]}
|
||||
>
|
||||
</Result>
|
||||
|
Reference in New Issue
Block a user