Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Verified Commit a41be9ae authored by Faisal Hanif's avatar Faisal Hanif
Browse files

[CHORES] Remove sensitive fields from serializer

parent 744db13d
No related branches found
No related tags found
No related merge requests found
Pipeline #82275 failed
......@@ -58,9 +58,6 @@ class AccountRegisterSerializer(serializers.ModelSerializer):
"phone_number",
"district",
"sub_district",
"is_admin",
"is_verified",
"is_active",
]
def validate(self, data):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment