We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d03f6 commit 65c22e3Copy full SHA for 65c22e3
src/resolvers/workspace.js
@@ -50,7 +50,7 @@ module.exports = {
50
* Check if workspace exists and has SSO enabled
51
*/
52
if (!workspace || !workspace.sso?.enabled) {
53
- // return null;
+ return null;
54
}
55
56
/**
0 commit comments