diff --git a/btsapi/modules/users/models.py b/btsapi/modules/users/models.py index baa0642..aa3ab6c 100644 --- a/btsapi/modules/users/models.py +++ b/btsapi/modules/users/models.py @@ -53,4 +53,4 @@ class UserSchema(ma.ModelSchema): class Meta: model = User - fields = ('pk','username','password','first_name','last_name','other_names','job_title','phone_number','photo') \ No newline at end of file + fields = ('pk','username','password','first_name','last_name','other_names','job_title','phone_number','photo', 'token') \ No newline at end of file