update: otp to redirect
This commit is contained in:
@@ -132,9 +132,9 @@ class RegisterPage extends React.Component {
|
||||
|
||||
// return this.props.history.push(LINKS.LOGIN);
|
||||
|
||||
if (this.state.password.length < 8) {
|
||||
return message.warning("password need atleast 8 characters");
|
||||
}
|
||||
// if (this.state.password.length < 8) {
|
||||
// return message.warning("password need atleast 8 characters");
|
||||
// }
|
||||
|
||||
// if (this.state.upload_photo === '') {
|
||||
// return message.warning("please upload photo");
|
||||
|
||||
Reference in New Issue
Block a user