diff --git a/app/utils/auth/providers.py b/app/utils/auth/providers.py index 88cdd27c6..786b49680 100644 --- a/app/utils/auth/providers.py +++ b/app/utils/auth/providers.py @@ -370,6 +370,8 @@ class SiarnaqAuthClient(BaseAuthClient): class OverleafAuthClient(BaseAuthClient): + allowed_groups: list[GroupType] | None = get_ecl_groups() + @classmethod def get_userinfo(cls, user: models_core.CoreUser): return {