Skip to content

Commit

Permalink
chore: Update list user status resource
Browse files Browse the repository at this point in the history
  • Loading branch information
phuongntt-cystack committed Apr 2, 2024
1 parent 7503350 commit 04d6b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locker_server/api/sub/resources/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@ def list_device(self, request, *args, **kwargs):
def list_user_status(self, request, *args, **kwargs):
user_statuses = [
{
"id": "not_verified",
"id": "unverified",
"name": "Not verified"
},
{
"id": "verified",
"name": "Verified"
},
{
"id": "mp_created",
"id": "created_master_pwd",
"name": "MP created"
},
{
Expand Down

0 comments on commit 04d6b8c

Please sign in to comment.