1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

[org admin] users: added 'invite user' (#3104)

This commit is contained in:
llj
2019-03-13 15:16:05 +08:00
committed by Daniel Pan
parent 8a993431cf
commit 53c3791043
5 changed files with 99 additions and 29 deletions

View File

@@ -72,3 +72,4 @@ export const originFileExists = window.draft ? window.draft.config.originFileExi
// org admin
export const orgID = window.org ? window.org.pageOptions.orgID : '';
export const invitationLink = window.org ? window.org.pageOptions.invitationLink : '';