fix(sso): fallback resolver (#3667)
This commit is contained in:
@@ -93,6 +93,9 @@ export = !FF_WORKSPACES_MODULE_ENABLED
|
||||
discoverableWorkspaces: async () => {
|
||||
throw new WorkspacesModuleDisabledError()
|
||||
},
|
||||
expiredSsoSessions: async () => {
|
||||
return []
|
||||
},
|
||||
workspaces: async () => {
|
||||
throw new WorkspacesModuleDisabledError()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user