Add possibility to invite members to workspace (#579)
* Add possibility to invite members to workspace * Update endpoints * Wrap up front end * Fix according to review * Fix lint
This commit is contained in:
@ -4,4 +4,5 @@ export enum AuthPath {
|
||||
PasswordLogin = 'password-login',
|
||||
CreateWorkspace = 'create/workspace',
|
||||
CreateProfile = 'create/profile',
|
||||
InviteLink = 'invite/:workspaceInviteHash',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user