Commit 9851e392 authored by Trisno's avatar Trisno

benerin login

parent b721caa4
...@@ -3021,6 +3021,11 @@ ...@@ -3021,6 +3021,11 @@
"resolved": "https://registry.npmjs.org/expo-app-loader-provider/-/expo-app-loader-provider-8.0.0.tgz", "resolved": "https://registry.npmjs.org/expo-app-loader-provider/-/expo-app-loader-provider-8.0.0.tgz",
"integrity": "sha512-uMEdstZdm14JW8jfWXBWItIjGPNBH7cLj2pNu5e0pYF21W4j759rGL17NTNWit4UdLZg/zJB/HHRidVwEINfxA==" "integrity": "sha512-uMEdstZdm14JW8jfWXBWItIjGPNBH7cLj2pNu5e0pYF21W4j759rGL17NTNWit4UdLZg/zJB/HHRidVwEINfxA=="
}, },
"expo-application": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/expo-application/-/expo-application-2.0.0.tgz",
"integrity": "sha512-pRJCO6qqDOOnmc53sQD1yxO3S9OZHDjlomV7rbXdoWFTbeT2XzqlEvtApnq+V1rv4DZ/KJVrgwzcL5hkZSbLfg=="
},
"expo-asset": { "expo-asset": {
"version": "8.0.0", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/expo-asset/-/expo-asset-8.0.0.tgz", "resolved": "https://registry.npmjs.org/expo-asset/-/expo-asset-8.0.0.tgz",
......
...@@ -74,7 +74,8 @@ ...@@ -74,7 +74,8 @@
"redux": "^4.0.5", "redux": "^4.0.5",
"redux-persist": "^6.0.0", "redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0", "redux-thunk": "^2.3.0",
"sentry-expo": "^2.0.4" "sentry-expo": "^2.0.4",
"expo-application": "~2.0.0"
}, },
"devDependencies": { "devDependencies": {
"babel-preset-expo": "~8.0.0", "babel-preset-expo": "~8.0.0",
......
...@@ -41,7 +41,7 @@ class EmailConfirmation extends React.Component { ...@@ -41,7 +41,7 @@ class EmailConfirmation extends React.Component {
"device_id": this.props.device_id, "device_id": this.props.device_id,
"os_name": this.props.os_name, "os_name": this.props.os_name,
"os_version": this.props.os_version, "os_version": this.props.os_version,
"app_version": 'uknown', "app_version": this.props.app_version,
"verification_code": this.state.confirmation_number "verification_code": this.state.confirmation_number
} }
Axios.post(BASE_URL_LOGIN, params).then(res => { Axios.post(BASE_URL_LOGIN, params).then(res => {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment