Commit 20e8226c by Giang Tran

merge code

parent 0216fabf
...@@ -104,7 +104,8 @@ const Profile = (props) => { ...@@ -104,7 +104,8 @@ const Profile = (props) => {
}); });
props.showLoading(); props.showLoading();
const res = await verifyAccountApi(data); const res = await verifyAccountApi(data);
props.hideLoading();
console.log(res);
if (res.data.code == 200) { if (res.data.code == 200) {
setTimeout(() => { setTimeout(() => {
props.saveUserToRedux(res.data.data); props.saveUserToRedux(res.data.data);
......
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