Commit 06185bad by Nguyễn Thị Thúy

merge func_smart_otp

parent 54fd1efd
...@@ -85,11 +85,11 @@ const EnterPasswordSmartOTP = (props) => { ...@@ -85,11 +85,11 @@ const EnterPasswordSmartOTP = (props) => {
} }
}; };
const onReactivationSmartOTP = () => { const onReactivationSmartOTP = () => {
navigate.navigate(RESET_SMART_OTP, {title: 'ReactivationSmartOTP'}); navigation.navigate(RESET_SMART_OTP, {title: 'ReactivationSmartOTP'});
}; };
const onForgotPINCode = () => { const onForgotPINCode = () => {
navigate.navigate(RESET_SMART_OTP, {title: 'ForgotSmartOTP'}); navigation.navigate(RESET_SMART_OTP, {title: 'ForgotSmartOTP'});
}; };
return ( return (
<EnterPasswordSmartOTPView <EnterPasswordSmartOTPView
......
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