mirror of
https://bitbucket.org/tagfer_team/tagfer-app.git
synced 2025-12-25 03:37:41 +00:00
Removed Logs
This commit is contained in:
parent
7a95090359
commit
a4fc792161
@ -33,7 +33,6 @@ export default class SignupScreenThreeB extends React.Component {
|
||||
const phoneNumber = this.props.navigation.state.params.phoneNumber;
|
||||
const code = this.input.getRawValue();
|
||||
fetchAuth(endpoints.verifyCode, { phoneNumber, code }).then(res => {
|
||||
console.log(res);
|
||||
if (res.error) {
|
||||
showFlashErrorMessage(res.error);
|
||||
} else if (res.result === false) {
|
||||
@ -50,7 +49,7 @@ export default class SignupScreenThreeB extends React.Component {
|
||||
}
|
||||
|
||||
renderContent() {
|
||||
const phoneNumber = '3014376413' || this.props.navigation.state.params.phoneNumber;
|
||||
const phoneNumber = this.props.navigation.state.params.phoneNumber;
|
||||
|
||||
return (
|
||||
<ScrollView contentContainerStyle={{ flexGrow: 1, backgroundColor: colors.white }} keyboardShouldPersistTaps="handled">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user