react_admin_layout
This commit is contained in:
37
db.json
Normal file
37
db.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"users": [
|
||||
{
|
||||
"id": "1",
|
||||
"displayName": "Nguyễn Phước",
|
||||
"email": "admin@rikkei.com",
|
||||
"password": "123",
|
||||
"phoneNumber": "0123...",
|
||||
"role": "ADMIN",
|
||||
"status": "ACTIVE",
|
||||
"userName": "admin",
|
||||
"banReason": ""
|
||||
},
|
||||
{
|
||||
"id": "1759281069504",
|
||||
"userName": "admin2",
|
||||
"password": "123",
|
||||
"role": "USER",
|
||||
"displayName": "Miêu Mèo",
|
||||
"email": "phuocntb@mieusoft.com",
|
||||
"phoneNumber": "906675349",
|
||||
"status": "ACTIVE",
|
||||
"banReason": ""
|
||||
},
|
||||
{
|
||||
"id": "1759281453576",
|
||||
"userName": "member",
|
||||
"password": "123",
|
||||
"role": "USER",
|
||||
"displayName": "Người Dùng",
|
||||
"email": "user@gmail.com",
|
||||
"phoneNumber": "123456789",
|
||||
"status": "ACTIVE",
|
||||
"banReason": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user