Browse Source

fix: View user perms bug (#13721)

Co-authored-by: feng <1304903146@qq.com>
pull/13723/head
fit2bot 4 months ago committed by GitHub
parent
commit
53a388a7e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/users/models/user/__init__.py

2
apps/users/models/user/__init__.py

@ -20,7 +20,7 @@ from labels.mixins import LabeledMixin
from orgs.utils import current_org
from ._auth import AuthMixin, MFAMixin
from ._json import JSONFilterMixin
from ._role import RoleMixin
from ._role import RoleMixin, SystemRoleManager, OrgRoleManager
from ._source import SourceMixin, Source
from ._token import TokenMixin

Loading…
Cancel
Save