- added settings page and function
- add Role Ring for avatar and display role for user nav
This commit is contained in:
@@ -52,3 +52,8 @@ export type Member = Prisma.MemberModel
|
||||
*
|
||||
*/
|
||||
export type Invitation = Prisma.InvitationModel
|
||||
/**
|
||||
* Model Setting
|
||||
*
|
||||
*/
|
||||
export type Setting = Prisma.SettingModel
|
||||
|
||||
Reference in New Issue
Block a user