Skip to content

Commit

Permalink
fix(sso): fallback resolver (#3667)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdriesler authored Dec 10, 2024
1 parent e7613a6 commit c1eeb20
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ export = !FF_WORKSPACES_MODULE_ENABLED
discoverableWorkspaces: async () => {
throw new WorkspacesModuleDisabledError()
},
expiredSsoSessions: async () => {
return []
},
workspaces: async () => {
throw new WorkspacesModuleDisabledError()
},
Expand Down

0 comments on commit c1eeb20

Please sign in to comment.