feat: fix otp
This commit is contained in:
@@ -135,13 +135,14 @@ class RegisterPage extends React.Component {
|
||||
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");
|
||||
// }
|
||||
//
|
||||
// if (this.state.upload_ktp === '') {
|
||||
// return message.warning("please upload ktp");
|
||||
// }
|
||||
|
||||
// if (this.state.upload_photo === '') {
|
||||
// return message.warning("please upload photo");
|
||||
//}
|
||||
//
|
||||
//if (this.state.upload_ktp === '') {
|
||||
// return message.warning("please upload ktp");
|
||||
//}
|
||||
|
||||
this.setState({ isLoading: true });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user