enable update account name from account page

This commit is contained in:
Michael Dausmann
2023-04-02 17:28:52 +10:00
parent 45d671f432
commit 8fc900fbf1
5 changed files with 32 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ Please don't hitch your wagon to this star just yet... I'm coding this in the op
- [x] User roles and permissions (admin, regular user, etc. roles defined in the [Prisma Schema](/prisma/schema.prisma))
- [x] User Email captured on initial login
- [x] Initial plan and plan period controled via config to allow either a trial plan or a 'No Plan' for initial users
- [ ] Edit Account Name from Account Page
- [x] Edit Account Name from Account Page
### Schema and DB Management
- [x] Prisma based Schema Management