vbea %!s(int64=3) %!d(string=hai) anos
pai
achega
97514bcd5e

+ 2 - 2
Strides-APP/android/app/version.properties

@@ -1,2 +1,2 @@
-#Fri Feb 10 10:52:19 CST 2023
-VERSION_CODE=105
+#Fri Feb 10 17:42:26 CST 2023
+VERSION_CODE=106

+ 2 - 6
Strides-APP/app/pages/sign/RegisterV4.js

@@ -220,13 +220,10 @@ export default class RegisterV4 extends React.Component {
     Dialog.showProgressDialog();
     apiUser.register(param).then(res => {
       Dialog.dismissLoading();
-      //toastShort('Sign up successfully!');
       if (isIOS) {
+        toastShort('Sign up successfully!');
         setTimeout(() => {
-          this.setState({
-            email: param.email,
-            visible: true
-          });
+          this.backToLogin();
         }, 500);
       } else {
         this.setState({
@@ -234,7 +231,6 @@ export default class RegisterV4 extends React.Component {
           visible: true
         });
       }
-      //this.backToLogin();
     }).catch(err => {
       toastShort(err);
       Dialog.dismissLoading();