From fe6b304a65fd7e576382d871558b3c404b9dd40a Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 7 Oct 2024 10:06:40 +0700 Subject: push --- indoteknik_api/controllers/api_v1/user.py | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_api/controllers/api_v1/user.py') diff --git a/indoteknik_api/controllers/api_v1/user.py b/indoteknik_api/controllers/api_v1/user.py index 6419c71c..c7bfe91a 100644 --- a/indoteknik_api/controllers/api_v1/user.py +++ b/indoteknik_api/controllers/api_v1/user.py @@ -155,6 +155,7 @@ class User(controller.Controller): 'name': name, 'login': email, 'mobile': phone, + 'phone': phone, 'password': password, 'active': False, 'sel_groups_1_9_10': 9 -- cgit v1.2.3