added other email field

This commit is contained in:
franknstayn
2021-09-18 19:32:39 +08:00
parent 59b6a8807d
commit 973c24358d
4 changed files with 22 additions and 5 deletions

View File

@@ -152,7 +152,8 @@ class UserController extends Controller {
$user_logins_data = array(
'name' => $post['fullname'],
'email' => $post['email']
'email' => $post['email'],
'other_email' => $post['other_email'],
);
$user_info_data = array(