mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #2485 from overleaf/jel-add-saml-feature-check
Add SAML feature check back to portals and user settings GitOrigin-RevId: 758b6debdfab057078f53827bc49f19aa4eada59
This commit is contained in:
@@ -47,6 +47,8 @@ define(['base'], App =>
|
||||
}
|
||||
}
|
||||
const _ssoAvailable = affiliation => {
|
||||
if (!ExposedSettings.hasSamlFeature) return false
|
||||
|
||||
if (!affiliation) {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user