chore: onboarding (#2790)
* style: onboarding light version * style: dark mode * fix: onboarding gradient * refactor: imports * chore: add use case field in users api * feat: delete account * fix: delete modal points alignment * feat: usecase in profile * fix: build error * fix: typos & hardcoded strings --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
This commit is contained in:
parent
9d5f835bea
commit
6512b8205f
25 changed files with 2674 additions and 580 deletions
|
|
@ -59,6 +59,7 @@ class UserMeSerializer(BaseSerializer):
|
|||
"username",
|
||||
"theme",
|
||||
"last_workspace_id",
|
||||
"use_case",
|
||||
]
|
||||
read_only_fields = fields
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue