mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
remove comment
This commit is contained in:
parent
b9c52652c4
commit
2d8e6d87fd
@ -5,7 +5,6 @@ const { isEmpty } = require('lodash/fp');
|
||||
|
||||
const isSsoLocked = async (user) => {
|
||||
if (!features.isEnabled('sso') || !user) {
|
||||
// TODO: we should be calling strapi.features.isEnabled("sso") but that's EE code. Should we load it dynamically when EE is enabled? Or add EE code to override this strategy?
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user