fix(sso): fallback resolver (#3667)

This commit is contained in:
Chuck Driesler
2024-12-10 14:29:34 +00:00
committed by GitHub
parent e7613a60d7
commit c1eeb20d5a
@@ -93,6 +93,9 @@ export = !FF_WORKSPACES_MODULE_ENABLED
discoverableWorkspaces: async () => {
throw new WorkspacesModuleDisabledError()
},
expiredSsoSessions: async () => {
return []
},
workspaces: async () => {
throw new WorkspacesModuleDisabledError()
},