mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-18 05:43:49 +08:00
feat: implement the enforcement for new invitation page (#2628)
Added new invitation code implementation
This commit is contained in:
@ -37,7 +37,7 @@ class InvitationListPage extends BaseListPage {
|
||||
code: Math.random().toString(36).slice(-10),
|
||||
quota: 1,
|
||||
usedCount: 0,
|
||||
application: "",
|
||||
application: "All",
|
||||
username: "",
|
||||
email: "",
|
||||
phone: "",
|
||||
|
Reference in New Issue
Block a user