Skip to content

Commit a778801

Browse files
committed
cleanup
1 parent 1ac01d7 commit a778801

File tree

1 file changed

+3
-3
lines changed
  • services/web/server/src/simcore_service_webserver/users

1 file changed

+3
-3
lines changed

services/web/server/src/simcore_service_webserver/users/schemas.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ class ProfileGet(BaseModel):
8080
{
8181
"id": 42,
8282
"login": "[email protected]",
83-
"userName": "bla123",
84-
"role": UserRole.ADMIN.value,
85-
"expirationDate": "2022-09-14",
83+
"userName": "bla42",
84+
"role": "admin", # pre
85+
"expirationDate": "2022-09-14", # optional
8686
"preferences": {},
8787
"privacy": {"hide_fullname": 0, "hide_email": 1},
8888
},

0 commit comments

Comments
 (0)