updated docs
This commit is contained in:
@@ -71,7 +71,10 @@ async def authentication_select_company_or_occupant_type(
|
||||
if data.is_employee:
|
||||
return {"selected_company": data.company_uu_id, "completed": True}
|
||||
elif data.is_occupant:
|
||||
return {"selected_occupant": data.build_living_space_uu_id, "completed": True}
|
||||
return {
|
||||
"selected_occupant": data.build_living_space_uu_id,
|
||||
"completed": True,
|
||||
}
|
||||
return {"completed": False, "selected_company": None, "selected_occupant": None}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user