feat: member invitation and activation (#535)
Co-authored-by: John Wang <takatost@gmail.com>
This commit is contained in:
parent
004b3caa43
commit
cd51d3323b
51 changed files with 1235 additions and 329 deletions
|
|
@ -37,6 +37,8 @@ const AppContext = createContext<AppContextValue>({
|
|||
id: '',
|
||||
name: '',
|
||||
email: '',
|
||||
avatar: '',
|
||||
is_password_set: false,
|
||||
},
|
||||
mutateUserProfile: () => { },
|
||||
pageContainerRef: createRef(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue