|
|
|
@ -21,6 +21,9 @@ export default function SpecificGroupsOrMembers() {
|
|
|
|
const { t } = useTranslation()
|
|
|
|
const { t } = useTranslation()
|
|
|
|
const systemFeatures = useGlobalPublicStore(s => s.systemFeatures)
|
|
|
|
const systemFeatures = useGlobalPublicStore(s => s.systemFeatures)
|
|
|
|
const hideTip = systemFeatures.webapp_auth.enabled
|
|
|
|
const hideTip = systemFeatures.webapp_auth.enabled
|
|
|
|
|
|
|
|
&& (systemFeatures.webapp_auth.allow_sso
|
|
|
|
|
|
|
|
|| systemFeatures.webapp_auth.allow_email_password_login
|
|
|
|
|
|
|
|
|| systemFeatures.webapp_auth.allow_email_code_login)
|
|
|
|
|
|
|
|
|
|
|
|
const { isPending, data } = useAppWhiteListSubjects(appId, Boolean(appId) && currentMenu === AccessMode.SPECIFIC_GROUPS_MEMBERS)
|
|
|
|
const { isPending, data } = useAppWhiteListSubjects(appId, Boolean(appId) && currentMenu === AccessMode.SPECIFIC_GROUPS_MEMBERS)
|
|
|
|
useEffect(() => {
|
|
|
|
useEffect(() => {
|
|
|
|
|