Skip to content

Commit f3964db

Browse files
authored
feat: add back invitation and invitationCode fields for User (#107)
1 parent d0fc02e commit f3964db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/casdoor/user.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ def __init__(self):
159159
self.mfaPhoneEnabled = False
160160
self.mfaEmailEnabled = False
161161

162+
self.invitation = ""
163+
self.invitationCode = ""
164+
162165
self.ldap = ""
163166
self.properties = {}
164167

0 commit comments

Comments
 (0)