Skip to content

Commit

Permalink
Update src/tasks/che.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Anatolii Bazko <[email protected]>
  • Loading branch information
sparkoo and tolusha authored Aug 5, 2021
1 parent 41d51fa commit 53fe2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/che.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class CheTasks {
if (!cheCluster) {
return false
}
return !(cheCluster.spec.auth.nativeUserMode == null || cheCluster.spec.auth.nativeUserMode == false);
return cheCluster.spec.auth.nativeUserMode
}

/**
Expand Down

0 comments on commit 53fe2a5

Please sign in to comment.