Skip to content

Commit

Permalink
small bug
Browse files Browse the repository at this point in the history
Signed-off-by: James Hetherington <[email protected]>
  • Loading branch information
Astro2024 committed Nov 19, 2024
1 parent c24e4be commit 7d88066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Client {
errors.push('Okta Org URL not provided');
}

if (!parsedConfig.client.token && !parsedConfig.client.authorizationMode === 'SSWS') {
if (!parsedConfig.client.token && parsedConfig.client.authorizationMode === 'SSWS') {
errors.push('Okta API token not provided');
}

Expand Down

0 comments on commit 7d88066

Please sign in to comment.